Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -147,6 +147,7 @@ console.log(this.params) }, onLoad:function () { debugger; if (Object.keys(this.sourceData).length>0 && this.isShow) { this.loading = true; dataForm(this.params).then(res => { @@ -158,8 +159,9 @@ }); } }, handleRefresh(){ handleRefresh() { this.form={} this.onLoad(); } } }