Commit ea6a6ff1 authored by xiexingan's avatar xiexingan

修复

parent 6cca0ad2
......@@ -991,12 +991,12 @@ export default {
this.changeImgControl(node.tierId)
} else if (level === 6) {
this.tierMap = node
var sysId = ''
this.systemList.forEach((element) => {
if (node.subCode === element.value) {
sysId = element.id
}
})
// var sysId = ''
// this.systemList.forEach((element) => {
// if (node.subCode === element.value) {
// sysId = element.id
// }
// })
// 资源点
let subNode = this.$refs.tree.getNode(node.tierId + node.type).data
// console.log('当前要选中的层级节点', subNode)
......
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