田源
2023-07-27 4b88f8fa8ff1e401abaf606db815546af68e0c86
Source/UBCS-WEB/src/components/Master/MasterTree.vue
@@ -84,7 +84,8 @@
      console.log(this.idData)
      getTreeList({'conditionMap[id]':this.idData }).then(res=>{
        console.log(res)
        this.Treedata=res.data
        this.Treedata=res.data;
        console.log('Treedata',this.Treedata)
        const [firstProperty] = res.data;
        this.ModifyProperties(this.Treedata, 'text', 'label');
        this.codeClassifyOid=firstProperty.oid;
@@ -162,6 +163,7 @@
    },
    //树点击事件
    async nodeClick(data) {
      console.log('CloneTreeAvueform',this.CloneTreeAvueform)
      try {
        this.nodeClickList = data;
        this.tableHeadDataFateher=[]