Ver Fonte

编辑元素修改

duy há 2 anos atrás
pai
commit
34a7ac79dc
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      src/views/manager/wbsinfo/element.vue

+ 4 - 2
src/views/manager/wbsinfo/element.vue

@@ -930,7 +930,8 @@ export default {
         })
         updateBatchElements(this.editEleList, this.curEleTable.initTableName).then(() => {
           this.editEleVisible = false;
-          this.updateNodeTable();
+          // this.updateNodeTable();
+           this.onLoad(this.page);
           this.$message({
             type: "success",
             message: "保存成功!"
@@ -938,7 +939,8 @@ export default {
         })
       } else {
         this.editEleVisible = false;
-        this.updateNodeTable();
+        // this.updateNodeTable();
+         this.onLoad(this.page);
         this.$message({
           type: "success",
           message: "保存成功!"