From edd0231f6f9d69df75c52439c104e5126820ac4a Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 30 一月 2024 16:40:34 +0800 Subject: [PATCH] 分类授权数据授权,界面修改;业务类型修改表字段信息接口提示信息修改 --- 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