| | |
| | | :disabled="!inDialog" |
| | | :isEdit="canEdit" |
| | | :formData="form" |
| | | :initValue="paramVOS.initvalue" |
| | | @getFormData="getFormData"> |
| | | </basic-form> |
| | | </div> |
| | |
| | | this.$emit("setDataStore", { |
| | | area: this.areasName, |
| | | type:this.componentVO.uiComponentType, |
| | | btmType:this.componentVO.treeDefineVO.btmType, |
| | | btmType:this.currentDefineVO.btmType, |
| | | dataStore:[newval] |
| | | }); |
| | | this.$emit("setData", { |
| | | area: this.areasName, |
| | | type:this.componentVO.uiComponentType, |
| | | btmType:this.currentDefineVO.btmType, |
| | | data:newval |
| | | }); |
| | | } |
| | | } |
| | |
| | | const sourceDataMapList = this.sourceDataMapParams; |
| | | |
| | | this.params = Object.assign({},formParams, sourceDataMapList); |
| | | console.log(this.params) |
| | | }, |
| | | onLoad:function () { |
| | | debugger; |
| | | if (this.paramVOS.initvalue) { |
| | | this.form=this.paramVOS.initvalue; |
| | | } |
| | | if (Object.keys(this.sourceData).length>0 && this.isShow) { |
| | | this.loading = true; |
| | | dataForm(this.params).then(res => { |