From 03ab24af158dba0d506569d7e7cf22929ae67296 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 31 一月 2024 16:35:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue b/Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
index 9ee7e77..073e047 100644
--- a/Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
+++ b/Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
@@ -118,7 +118,7 @@
     return {
       // 瀵硅瘽妗嗘樉绀烘帶鍒�
       isShowDialog: this.visible,
-      isLoading: false,
+      isLoading: true,
       tableHeight: "calc(100vh - 550px)",
       classifyAuthData: [],
       //鍒楀ご
@@ -374,6 +374,7 @@
     // 鍔犺浇鎺堟潈鍒楄〃
     loadAuthPage() {
       return new Promise((resolve, reject) => {
+        this.isLoading = true;
         getButtonByParentCode({ code: "classifyTree" })
           .then((res) => {
             // 璁板綍鎸夐挳鏁版嵁
@@ -441,6 +442,7 @@
             });
           }
         });
+        this.isLoading = false;
       });
     },
   },

--
Gitblit v1.9.3