form-custom-test 3.0.232 → 3.0.233

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.
@@ -69322,13 +69322,13 @@ function registerIcon(app) {
69322
69322
  if (typeof window !== "undefined") {
69323
69323
  let loadSvg = function() {
69324
69324
  var body = document.body;
69325
- var svgDom = document.getElementById("__svg__icons__dom__1783567395901__");
69325
+ var svgDom = document.getElementById("__svg__icons__dom__1783570264575__");
69326
69326
  if (!svgDom) {
69327
69327
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
69328
69328
  svgDom.style.position = "absolute";
69329
69329
  svgDom.style.width = "0";
69330
69330
  svgDom.style.height = "0";
69331
- svgDom.id = "__svg__icons__dom__1783567395901__";
69331
+ svgDom.id = "__svg__icons__dom__1783570264575__";
69332
69332
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
69333
69333
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
69334
69334
  }
@@ -75373,9 +75373,7 @@ const _sfc_main$w = {
75373
75373
  getTreeData() {
75374
75374
  const data2 = this.field.options.treeParams ? JSON.parse(this.field.options.treeParams) : {};
75375
75375
  if (!this.field.options.treeParams) {
75376
- data2.treeParams = {
75377
- userStatusList: ["1", "2"]
75378
- };
75376
+ data2.userStatusList = ["1", "2"];
75379
75377
  }
75380
75378
  if (data2.isNeedDeptId) {
75381
75379
  const userInfo = localStorage.getItem("userInfo") || "";
@@ -75686,7 +75684,7 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
75686
75684
  _: 1
75687
75685
  }, 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"]);
75688
75686
  }
75689
- var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-cdb11f5c"]]);
75687
+ var PersonTreeWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["render", _sfc_render$w], ["__scopeId", "data-v-086fd806"]]);
75690
75688
  const _sfc_main$v = {
75691
75689
  name: "radio-other-widget",
75692
75690
  componentName: "FieldWidget",