yuxc
2024-04-30 26e5c1cdad65881f7fdccb79fe15db713e0b3cc5
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();
    }
  }
}