wangting
2024-04-23 dee310a30bccd84aeae18f5a07e56c546d537159
Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -128,8 +128,6 @@
        btmname: this.currentDefineVO.btmType,
        btmType:this.currentDefineVO.btmType,
        formDefineId: this.currentDefineVO.id,
        componentOid: this.componentVO.oid,
        uiDefineId: this.uiContext,
        oid:this.currentDefineVO.oid
      };
      if(this.dataStore[0] && this.dataStore[0].oid) {
@@ -138,6 +136,7 @@
      const sourceDataMapList = this.sourceDataMapParams;
      this.params = Object.assign({},formParams, sourceDataMapList);
      console.log(this.params)
    },
    onLoad:function () {
      if (Object.keys(this.sourceData).length>0 && this.isShow) {