| | |
| | | }, |
| | | updateDic(prop,data){ |
| | | this.$refs.form.updateDic(prop,data) |
| | | }, |
| | | dicInit(){ |
| | | this.$refs.form.dicInit() |
| | | }, |
| | | getPropRef(){ |
| | | this.$refs.form.getPropRef() |
| | | } |
| | | }, |
| | | }; |
| | |
| | | width="1620px" |
| | | @close="cancelDialog"> |
| | | <div style="min-height: 665px;max-height: 85vh;padding-bottom: 50px;"> |
| | | <basic-form key="linkQueryForm" ref="form" |
| | | <basic-form key="businessQueryForm" ref="form" |
| | | :formData="form" |
| | | :formItems="formItems" |
| | | :span="4" |
| | |
| | | this.queryTree=this.selectData.tree; |
| | | this.form.levelFlag=this.selectData.levelFlag; |
| | | } else { |
| | | this.form.direction='positive'; |
| | | this.selectData = {}; |
| | | this.orderInfoList = []; |
| | | this.queryCondition=[]; |
| | |
| | | this.dialog.showDialog = true; |
| | | this.treeOption.defaultExpandedKeys=[data.treeData.label] |
| | | this.getTemp(data.treeData.label, true) |
| | | |
| | | }, |
| | | cancelDialog() { |
| | | this.dialog.loading = false; |