|
@@ -2237,6 +2237,9 @@ export default {
|
|
|
this.tableOption
|
|
|
);
|
|
|
if (inSave) {
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.crud.doLayout()
|
|
|
+ })
|
|
|
this.$message.success("保存成功");
|
|
|
//关闭窗口
|
|
|
this.$refs.crud.$refs.dialogColumn.columnBox = false;
|
|
@@ -2249,6 +2252,9 @@ export default {
|
|
|
tableOption
|
|
|
);
|
|
|
if (inSave) {
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.crud.doLayout()
|
|
|
+ })
|
|
|
this.$message.success("重置成功");
|
|
|
this.$refs.crud.$refs.dialogColumn.columnBox = false;
|
|
|
}
|
|
@@ -2284,6 +2290,9 @@ export default {
|
|
|
this.goodsOption
|
|
|
);
|
|
|
if (inSave) {
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.goodsCrud.doLayout()
|
|
|
+ })
|
|
|
this.$message.success("保存成功");
|
|
|
//关闭窗口
|
|
|
this.$refs.goodsCrud.$refs.dialogColumn.columnBox = false;
|
|
@@ -2296,6 +2305,9 @@ export default {
|
|
|
goodsOption
|
|
|
);
|
|
|
if (inSave) {
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.goodsCrud.doLayout()
|
|
|
+ })
|
|
|
this.$message.success("重置成功");
|
|
|
//关闭窗口
|
|
|
setTimeout(() => {
|