Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -97,7 +97,7 @@ } } }).catch(res => { console.log(res) // console.log(res) this.$message.error(res) }); }, @@ -168,7 +168,7 @@ //树点击事件 async nodeClick(data) { try { console.log(data) // console.log(data) this.TreeValue=data.label.split(" ")[0].trim(); this.$emit('TreeValue',this.TreeValue) this.nodeClickList = data;