form-custom-test 3.0.81 → 3.0.82

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.
@@ -25086,7 +25086,6 @@ function _sfc_render$2Z(_ctx, _cache, $props, $setup, $data, $options) {
25086
25086
  "sub-form-row-id": $props.subFormRowId
25087
25087
  }, {
25088
25088
  default: withCtx(() => [
25089
- createTextVNode(toDisplayString($data.fieldModel) + " ", 1),
25090
25089
  createVNode(_component_el_select, {
25091
25090
  ref: "fieldEditor",
25092
25091
  modelValue: $data.fieldModel,
@@ -25124,7 +25123,7 @@ function _sfc_render$2Z(_ctx, _cache, $props, $setup, $data, $options) {
25124
25123
  _: 1
25125
25124
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
25126
25125
  }
25127
- var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$2Z, [["render", _sfc_render$2Z], ["__scopeId", "data-v-42d4e5c2"]]);
25126
+ var selectWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$2Z, [["render", _sfc_render$2Z], ["__scopeId", "data-v-3d1ff454"]]);
25128
25127
  var __glob_0_17$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25129
25128
  __proto__: null,
25130
25129
  "default": selectWidget
@@ -68176,13 +68175,13 @@ function registerIcon(app) {
68176
68175
  if (typeof window !== "undefined") {
68177
68176
  let loadSvg = function() {
68178
68177
  var body = document.body;
68179
- var svgDom = document.getElementById("__svg__icons__dom__1775112832020__");
68178
+ var svgDom = document.getElementById("__svg__icons__dom__1775561847203__");
68180
68179
  if (!svgDom) {
68181
68180
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68182
68181
  svgDom.style.position = "absolute";
68183
68182
  svgDom.style.width = "0";
68184
68183
  svgDom.style.height = "0";
68185
- svgDom.id = "__svg__icons__dom__1775112832020__";
68184
+ svgDom.id = "__svg__icons__dom__1775561847203__";
68186
68185
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68187
68186
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68188
68187
  }
@@ -78136,7 +78135,12 @@ const _sfc_main = {
78136
78135
  method: "get",
78137
78136
  url: "unified-system/employee/loginInfo?accessType=0"
78138
78137
  });
78139
- this.fieldModel = data2;
78138
+ const { data: personList } = await service$1({
78139
+ method: "get",
78140
+ url: "/unified-system/employee/queryList"
78141
+ });
78142
+ const userInfo = personList ? personList[0] : {};
78143
+ this.fieldModel = __spreadValues(__spreadValues({}, data2), userInfo);
78140
78144
  this.syncUpdateFormModel(this.fieldModel);
78141
78145
  this.emitFieldDataChange(this.fieldModel, this.oldFieldValue);
78142
78146
  }