| | |
| | | } |
| | | }, |
| | | created() { |
| | | this.getTreeList() |
| | | this.getTreeLists() |
| | | |
| | | }, |
| | | computed:{ |
| | | }, |
| | | methods:{ |
| | | //获取数据 |
| | | getTreeList(){ |
| | | getTreeLists(){ |
| | | getTreeList({'conditionMap[id]': 'wupin'}).then(res=>{ |
| | | this.Treedata=res.data |
| | | this.ModifyProperties(this.Treedata, 'text', 'label'); |
| | |
| | | async nodeClick(data) { |
| | | try { |
| | | this.nodeClickList = data; |
| | | this.tableHeadDataFateher=[] |
| | | this.tableHeadFindData=[] |
| | | await this.TableHeadRend(); // 先执行 TableHeadRend() |
| | | this.TableRend(); // TableHeadRend() 方法完成后再执行 TableRend() |
| | | this.$emit('nodeClick',this.templateOids) |
| | | this.$emit("codeClassifyOid", this.nodeClickList.oid ) |
| | | // console.log('元数据',this.templateOids) |
| | | // console.log('元数据cod',this.codeClassifyOid) |
| | | // console.log('元数据nodeclick', this.nodeClickList.oid) |
| | | // console.log(this.tableHeadFindData) |
| | | |
| | | } catch (error) { |
| | | // 处理错误 |
| | | this.$message.error(error) |