form-custom-test 3.0.157 → 3.0.158

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
@@ -26300,13 +26300,13 @@ function registerIcon(app) {
26300
26300
  if (typeof window !== "undefined") {
26301
26301
  let loadSvg = function() {
26302
26302
  var body = document.body;
26303
- var svgDom = document.getElementById("__svg__icons__dom__1779189779562__");
26303
+ var svgDom = document.getElementById("__svg__icons__dom__1779190007524__");
26304
26304
  if (!svgDom) {
26305
26305
  svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
26306
26306
  svgDom.style.position = "absolute";
26307
26307
  svgDom.style.width = "0";
26308
26308
  svgDom.style.height = "0";
26309
- svgDom.id = "__svg__icons__dom__1779189779562__";
26309
+ svgDom.id = "__svg__icons__dom__1779190007524__";
26310
26310
  svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
26311
26311
  svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
26312
26312
  }
@@ -63498,6 +63498,7 @@ const _sfc_main$1 = {
63498
63498
  return true;
63499
63499
  },
63500
63500
  tryLoadCurrentUserSecondCompany() {
63501
+ console.log(this.designState, this.hasExistingValue(), "222222222");
63501
63502
  if (this.designState || this.hasExistingValue()) {
63502
63503
  return;
63503
63504
  }