| | |
| | | }, |
| | | getParams: function () { |
| | | const formParams = { |
| | | btmname: this.currentDefineVO.btmType, |
| | | btmName: this.currentDefineVO.btmType, |
| | | btmType: this.currentDefineVO.btmType, |
| | | formDefineId: this.currentDefineVO.id, |
| | | oid: this.currentDefineVO.oid |
| | |
| | | }, |
| | | getParams: function () { |
| | | const tableParams = { |
| | | btmname: this.currentDefineVO.btmType, |
| | | btmName: this.currentDefineVO.btmType, |
| | | btmType:this.currentDefineVO.btmType, |
| | | tableDefineId: this.currentDefineVO.id, |
| | | componentOid: this.componentVO.oid, |
| | |
| | | multipleSelect: this.isMuti, |
| | | isMuti: this.isMuti, |
| | | isQueryAllColumn: true, |
| | | btmname: this.componentVO.treeDefineVO.btmType, |
| | | btmName: this.componentVO.treeDefineVO.btmType, |
| | | componentOid: this.componentVO.oid, |
| | | uiDefineId: this.uiContext, |
| | | valueField: this.componentVO.treeDefineVO.valueField || 'oid', |
| | |
| | | if (parentOid != 0 && parentOid.indexOf('@vcitreesep@') > -1) { |
| | | parentOid = parentOid.split('@vcitreesep@')[1]; |
| | | } |
| | | const parentBtmName = (node.level === 0) ? '' : (node.data.attributes.part.btmname || node.data.attributes.btmname); |
| | | const parentBtmName = (node.level === 0) ? '' : (node.data.attributes.part.btmName || node.data.attributes.btmName); |
| | | const params = this.params; |
| | | let url=''; |
| | | if (node.level === 0) { |