Commit 6cca0ad2 authored by xiexingan's avatar xiexingan

bug修复

parent 4a804fb0
...@@ -998,7 +998,7 @@ export default { ...@@ -998,7 +998,7 @@ export default {
} }
}) })
// 资源点 // 资源点
let subNode = this.$refs.tree.getNode(node.tierId + sysId).data let subNode = this.$refs.tree.getNode(node.tierId + node.type).data
// console.log('当前要选中的层级节点', subNode) // console.log('当前要选中的层级节点', subNode)
this.list = [] this.list = []
subNode.children.forEach((res) => { subNode.children.forEach((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment