From 8537a8d58b5a3750b57d76367ef51f086af271df Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 18 四月 2024 00:09:40 +0800
Subject: [PATCH] 集团属性池映射界面代码完善
---
Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue b/Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue
index c7d9d60..fe07119 100644
--- a/Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue
+++ b/Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue
@@ -142,7 +142,7 @@
if (code === "data_view") {
row.checkTheStatus = check;
} else if (!row.checkTheStatus) {
- this.$message.warning('璇风‘璁ゆ槸鍚﹂厤缃煡鐪嬫寜閽紝濡傚凡閰嶇疆璇峰厛鍕鹃�夋煡鐪嬫寜閽紒');
+ this.$message.warning('娓呭厛鍕鹃�夋煡鐪嬫寜閽紒');
// 鍦ㄦ潯浠朵笉婊¤冻鏃跺皢澶氶�夋鐘舵�佽缃负false
row[id] = false;
}
@@ -190,7 +190,7 @@
Object.keys(this.classifyAuthData[index]).forEach((key) => {
this.$set(this.classifyAuthData[index].authButton, item.code, false);
});
- if (item.code === "data_view") {
+ if(item.code === "data_view"){
this.classifyAuthData[index].authButton.allDisabled = false;
}
}
@@ -289,6 +289,7 @@
classifyAuthList: [],
isCLear: false, //榛樿鏄竻绌�
classifyId: this.TreeNode.oid,
+ authType: 'data_auth',
};
let isRepeat = false;
if (this.classifyAuthData.length > 0) {
--
Gitblit v1.9.3