Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -876,7 +876,11 @@ getAttr() { this.loading = true; return new Promise((resolve, reject) => { getAtrrList() let conditionMaps = {}; conditionMaps["conditionMap[authType]"] = "classify_auth"; // 分类授权中是否具备查看权限 conditionMaps["conditionMap[menuCode]"] = "classify_view"; getAtrrList(conditionMaps) .then(res => { this.Treedata = res.data; this.CloneTreedata = res.data;