Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -167,7 +167,7 @@ } if (Object.keys(this.sourceData).length>0 && this.isShow && this.actionType!="add") { this.loading = true; dataForm(this.params).then(res => { dataForm(this.params, this.paramVOS.getdataurl, this.paramVOS.getdatamethod).then(res => { this.form = res.data.obj; this.loading = false; }).catch(error => {