|
@@ -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;
|