duy 2 місяців тому
батько
коміт
0d02de3e8c
1 змінених файлів з 6 додано та 4 видалено
  1. 6 4
      src/views/manager/projectinfo/tree.vue

+ 6 - 4
src/views/manager/projectinfo/tree.vue

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