form-custom-test 3.0.82 → 3.0.83

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.
@@ -68175,13 +68175,13 @@ function registerIcon(app) {
68175
68175
  if (typeof window !== "undefined") {
68176
68176
  let loadSvg = function() {
68177
68177
  var body = document.body;
68178
- var svgDom = document.getElementById("__svg__icons__dom__1775561847203__");
68178
+ var svgDom = document.getElementById("__svg__icons__dom__1775562125440__");
68179
68179
  if (!svgDom) {
68180
68180
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
68181
68181
  svgDom.style.position = "absolute";
68182
68182
  svgDom.style.width = "0";
68183
68183
  svgDom.style.height = "0";
68184
- svgDom.id = "__svg__icons__dom__1775561847203__";
68184
+ svgDom.id = "__svg__icons__dom__1775562125440__";
68185
68185
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
68186
68186
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
68187
68187
  }
@@ -78137,7 +78137,10 @@ const _sfc_main = {
78137
78137
  });
78138
78138
  const { data: personList } = await service$1({
78139
78139
  method: "get",
78140
- url: "/unified-system/employee/queryList"
78140
+ url: "/unified-system/employee/queryList",
78141
+ params: {
78142
+ userId: data2.id
78143
+ }
78141
78144
  });
78142
78145
  const userInfo = personList ? personList[0] : {};
78143
78146
  this.fieldModel = __spreadValues(__spreadValues({}, data2), userInfo);