田源
2023-09-18 cefd5fc5c83cf72f38bc18c88202535de7ad28be
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;