@fecp/designer 5.6.2 → 5.6.4

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.
@@ -95,8 +95,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
95
95
  genType: __props.config.genType,
96
96
  parmList: unref(parsedParams),
97
97
  onLoaded: loaded,
98
- savaData: savaFuncCallback
99
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
98
+ savaData: savaFuncCallback,
99
+ title: __props.config.label
100
+ }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
100
101
  ]);
101
102
  };
102
103
  }
@@ -96,7 +96,7 @@ const _sfc_main = {
96
96
  };
97
97
  }
98
98
  };
99
- const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6577a2a1"]]);
99
+ const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2040a7cd"]]);
100
100
  export {
101
101
  _Layout as default
102
102
  };
@@ -517,6 +517,7 @@ async function handleFormSubmit(node, data, fields, context) {
517
517
  console.error("form-setValue: 缺少 dataSourceId 配置");
518
518
  return;
519
519
  }
520
+ debugger;
520
521
  const formComponent = (_a = context.components) == null ? void 0 : _a.form;
521
522
  const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
522
523
  const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const version = "5.6.2";
3
+ const version = "5.6.4";
4
4
  const packageJson = {
5
5
  version
6
6
  };