gangyj %!s(int64=2) %!d(string=hai) anos
pai
achega
f355f054a3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/manager/projectinfo/tree.vue

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

@@ -691,6 +691,7 @@
             accordion
             show-checkbox
             @check="checkchange"
+            v-loading="GLExcelLoading"
           >
           </el-tree>
         </el-scrollbar>
@@ -1569,6 +1570,7 @@ export default {
         },
       },
       exceldata: [],//清表模板
+      GLExcelLoading:false,
       //#endregion
 
       //#region 调整表单
@@ -2456,10 +2458,12 @@ export default {
       }
     },
     async tabLazytreeAll () {//清表树信息
+      this.GLExcelLoading = true;
       const { data: res } = await tabLazytreeAll({
         modeId: this.GLExcelFrom.name,
         name: this.GLExcelFrom.search,
       })
+      this.GLExcelLoading = false;
       console.log(res);
       if (res.code === 200 && res.msg === '操作成功') {
         this.exceldata = res.data