duy 1 сар өмнө
parent
commit
ac7996d4c6

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

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