Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -512,6 +512,7 @@ Treedata: [], CloneTreedata: [], Treeoption: { height:'auto', addBtn: false, editBtn: false, delBtn: false, @@ -1152,7 +1153,8 @@ //树点击事件 async nodeClick(data) { const response = this.findTheTopLevelNode(data,this.Treedata) console.log('response',response.label) console.log(response) console.log('response',response.attributes.id) this.allButtons = true; getAuthButtonList({classifyId: data.oid, code: "classifyTree", authType: "classify_auth"}).then(res => { this.btnAuthList = res.data.data;