@byteluck-fe/model-driven-engine 2.8.1-beta.13 → 2.8.1-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -375,6 +375,13 @@ item) {
375
375
  });
376
376
  });
377
377
  } else {
378
+ if (data[item.props.dataBind.dataCode] === undefined) {
379
+ data[item.props.dataBind.dataCode] = {
380
+ controlId: dataViewId,
381
+ fields: [],
382
+ dataViewId: dataViewId
383
+ };
384
+ }
378
385
  data[item.props.dataBind.dataCode].fields.push({
379
386
  fieldCode: item.props.dataBind.fieldCode,
380
387
  controlId: item.id,