Source/UBCS-WEB/src/components/Theme/ClassifyAuthDialog.vue
@@ -238,9 +238,8 @@ } }); }); //添加 “查看全部禁用条件” if (this.classifyAuthData.authButton) { if (this.classifyAuthData) { this.classifyAuthData.forEach((classkey, classIndex) => { if (classkey.authButton.classify_view) { this.$set(this.classifyAuthData[classIndex].authButton,"allDisabled",true); @@ -249,7 +248,6 @@ } }); } //强制刷新表格 this.itemKey = uuidv4(); }); @@ -286,7 +284,7 @@ }); } } this.itemKey = uuidv4(); // 强制刷新表格 }); });