| | |
| | | }, |
| | | deep: true, |
| | | immediate: true |
| | | } |
| | | }, |
| | | isShow: { |
| | | handler(newval) { |
| | | if(newval){ |
| | | this.handleRefresh(); |
| | | } |
| | | } |
| | | }, |
| | | }, |
| | | created() { |
| | | this.getParams(); |
| | |
| | | }, |
| | | getParams: function () { |
| | | const formParams = { |
| | | btmname: this.currentDefineVO.btmType, |
| | | btmName: this.currentDefineVO.btmType, |
| | | btmType: this.currentDefineVO.btmType, |
| | | formDefineId: this.currentDefineVO.id, |
| | | oid: this.currentDefineVO.oid |
| | | formDefineOid: this.currentDefineVO.oid, |
| | | componentOid: this.componentVO.oid, |
| | | uiDefineId: this.uiContext, |
| | | }; |
| | | if (this.dataStore[0] && this.dataStore[0].oid) { |
| | | formParams.oid = this.dataStore[0].oid; |