| | |
| | | }, |
| | | data(){ |
| | | return{ |
| | | masterVrBtnList:[], |
| | | tableHeadFindData:[], |
| | | tableHeadDataFateher:[], |
| | | templateOids:"", |
| | |
| | | } |
| | | }, |
| | | 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'); |
| | |
| | | codeClassifyOid: this.nodeClickList.oid, |
| | | functionId: 5, |
| | | }).then(res => { |
| | | console.log(res.data.buttons) |
| | | this.masterVrBtnList = res.data.buttons |
| | | this.tableHeadDataFateher = res.data; |
| | | this.templateOids = res.data.tableDefineVO.oid; |
| | | let List = res.data.tableDefineVO.cols[0]; |
| | |
| | | }) |
| | | this.$emit('tableHeadDataFateher', this.tableHeadDataFateher); |
| | | this.$emit('tableHeadFindData', this.tableHeadFindData); |
| | | this.$emit('tableHeadBttoms', this.masterVrBtnList); |
| | | resolve(); |
| | | }).catch(err=>{ |
| | | reject(err) |
| | |
| | | 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) |
| | | console.log('树',this.nodeClickList.oid) |
| | | } catch (error) { |
| | | // 处理错误 |
| | | this.$message.error(error) |