form-custom-test 3.0.65 → 3.0.66

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.
package/dist/render.es.js CHANGED
@@ -25907,13 +25907,13 @@ function registerIcon(app) {
25907
25907
  if (typeof window !== "undefined") {
25908
25908
  let loadSvg = function() {
25909
25909
  var body = document.body;
25910
- var svgDom = document.getElementById("__svg__icons__dom__1773917622390__");
25910
+ var svgDom = document.getElementById("__svg__icons__dom__1773976044084__");
25911
25911
  if (!svgDom) {
25912
25912
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
25913
25913
  svgDom.style.position = "absolute";
25914
25914
  svgDom.style.width = "0";
25915
25915
  svgDom.style.height = "0";
25916
- svgDom.id = "__svg__icons__dom__1773917622390__";
25916
+ svgDom.id = "__svg__icons__dom__1773976044084__";
25917
25917
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
25918
25918
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
25919
25919
  }
@@ -61373,11 +61373,7 @@ const _sfc_main = {
61373
61373
  method: "get",
61374
61374
  url: "unified-system/employee/loginInfo?accessType=0"
61375
61375
  });
61376
- if (this.currentUserType === "username") {
61377
- this.fieldModel = data2;
61378
- } else if (this.currentUserType === "deptName") {
61379
- this.fieldModel = data2;
61380
- }
61376
+ this.fieldModel = data2;
61381
61377
  this.syncUpdateFormModel(this.fieldModel);
61382
61378
  this.emitFieldDataChange(this.fieldModel, this.oldFieldValue);
61383
61379
  }