wangting
2024-05-10 2ee312d3c399ddc62a06189367fa3879fca7daef
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 => {