瀏覽代碼

同步刷新表单数据

duy 1 月之前
父節點
當前提交
ac7996d4c6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/manager/projectinfo/tree.vue

+ 5 - 0
src/views/manager/projectinfo/tree.vue

@@ -2046,6 +2046,7 @@
       width="30%"
       width="30%"
       append-to-body
       append-to-body
       :close-on-click-modal="false"
       :close-on-click-modal="false"
+      @close="closeSyncListTag"
     >
     >
     <div class="content-box" v-loading="refreshLoading||refreshLoading1">
     <div class="content-box" v-loading="refreshLoading||refreshLoading1">
       <el-image
       <el-image
@@ -5088,6 +5089,10 @@ export default {
         this.saveProTagLoading = false;
         this.saveProTagLoading = false;
       });
       });
     },
     },
+    closeSyncListTag(){
+      this.syncListDialog=false;
+       this.updateNodeTable()
+    },
     handleCheckAllChange(val) {
     handleCheckAllChange(val) {
         this.syncForm.type = val ? this.typeOptions.map(item => item.dictKey) : [];
         this.syncForm.type = val ? this.typeOptions.map(item => item.dictKey) : [];
         this.isIndeterminate = false;
         this.isIndeterminate = false;