ludc
2024-01-28 7deb6f3a8151b7338ac402e05e462938f8e26ca0
Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -214,9 +214,7 @@
    //树点击事件
    async nodeClick(data) {
      try {
        console.log(data)
        this.TreeValue = data.label.split("</span>")[1].trim();
        // console.log('TreeValue',this.TreeValue)
        this.TreeValue = data.label;
        this.$emit('TreeValue', this.TreeValue)
        this.nodeClickList = data;
        this.tableHeadDataFateher = []