ludc
2023-09-21 bfdb7930b76669cc30b5494a42d61b7fb7859924
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;