@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.
@@ -97,8 +97,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
97
97
  genType: __props.config.genType,
98
98
  parmList: Vue.unref(parsedParams),
99
99
  onLoaded: loaded,
100
- savaData: savaFuncCallback
101
- }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList"]))
100
+ savaData: savaFuncCallback,
101
+ title: __props.config.label
102
+ }, null, 40, ["id", "mode", "busNo", "contNo", "modeNo", "genType", "parmList", "title"]))
102
103
  ]);
103
104
  };
104
105
  }
@@ -98,5 +98,5 @@ const _sfc_main = {
98
98
  };
99
99
  }
100
100
  };
101
- const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-6577a2a1"]]);
101
+ const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2040a7cd"]]);
102
102
  exports.default = _Layout;
@@ -519,6 +519,7 @@ async function handleFormSubmit(node, data, fields, context) {
519
519
  console.error("form-setValue: 缺少 dataSourceId 配置");
520
520
  return;
521
521
  }
522
+ debugger;
522
523
  const formComponent = (_a = context.components) == null ? void 0 : _a.form;
523
524
  const validateMethod = (_c = (_b = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _b.exposed) == null ? void 0 : _c.validate;
524
525
  const getFormDataMethod = (_e = (_d = formComponent == null ? void 0 : formComponent.$) == null ? void 0 : _d.exposed) == null ? void 0 : _e.getFormData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/designer",
3
- "version": "5.6.2",
3
+ "version": "5.6.4",
4
4
  "main": "lib/designer/index.js",
5
5
  "module": "es/designer/index.mjs",
6
6
  "files": [