Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -57,7 +57,7 @@ delBtn: false, defaultExpandAll: false, menu: false, lazy: true, // lazy: true, treeLoad: (node, resolve) => { if (node.data != false) { const parentId = (node.level === 0) ? 0 : node.data.oid; @@ -214,7 +214,7 @@ //树点击事件 async nodeClick(data) { try { // console.log(data) console.log(data) this.TreeValue = data.label.split("</span>")[1].trim(); // console.log('TreeValue',this.TreeValue) this.$emit('TreeValue', this.TreeValue)