Source/UBCS-WEB/src/components/Theme/DataAuthDialog.vue
@@ -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) {