wangting
2024-04-29 33855a1961d581727cfbf59230085e6b95cc549c
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();
    }
  }
}