|
@@ -2022,7 +2022,7 @@
|
|
append-to-body
|
|
append-to-body
|
|
:close-on-click-modal="false"
|
|
:close-on-click-modal="false"
|
|
>
|
|
>
|
|
- <div class="content-box">
|
|
|
|
|
|
+ <div class="content-box" v-loading="refreshLoading||refreshLoading1">
|
|
<el-image
|
|
<el-image
|
|
style="width: 100px; height: 100px"
|
|
style="width: 100px; height: 100px"
|
|
:src="require('@/assets/loader.svg')"
|
|
:src="require('@/assets/loader.svg')"
|
|
@@ -5015,7 +5015,7 @@ export default {
|
|
}else{
|
|
}else{
|
|
this.isAdd=''
|
|
this.isAdd=''
|
|
}
|
|
}
|
|
-console.log( this.isAdd,' this.isAdd');
|
|
|
|
|
|
+
|
|
|
|
|
|
this.syncListDialog=true
|
|
this.syncListDialog=true
|
|
this.closeProSyncTag()
|
|
this.closeProSyncTag()
|
|
@@ -5028,7 +5028,9 @@ console.log( this.isAdd,' this.isAdd');
|
|
|
|
|
|
}
|
|
}
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+ .finally(() => {
|
|
|
|
+ this.saveProTagLoading = false;
|
|
|
|
+ });
|
|
},
|
|
},
|
|
handleCheckAllChange(val) {
|
|
handleCheckAllChange(val) {
|
|
this.syncForm.type = val ? this.typeOptions.map(item => item.dictKey) : [];
|
|
this.syncForm.type = val ? this.typeOptions.map(item => item.dictKey) : [];
|
|
@@ -5149,7 +5151,7 @@ console.log( this.isAdd,' this.isAdd');
|
|
|
|
|
|
},
|
|
},
|
|
refreshData1(){
|
|
refreshData1(){
|
|
- console.log('shuax');
|
|
|
|
|
|
+
|
|
this.refreshLoading1=true
|
|
this.refreshLoading1=true
|
|
getNodeStatus({ id:this.isAdd}).then((res) => {
|
|
getNodeStatus({ id:this.isAdd}).then((res) => {
|
|
this.refreshLoading1=false
|
|
this.refreshLoading1=false
|