form-custom-test 3.0.157 → 3.0.159
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/designer.es.js +4 -2
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -2
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68622,13 +68622,13 @@ function registerIcon(app) {
|
|
|
68622
68622
|
if (typeof window !== "undefined") {
|
|
68623
68623
|
let loadSvg = function() {
|
|
68624
68624
|
var body = document.body;
|
|
68625
|
-
var svgDom = document.getElementById("
|
|
68625
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779190375616__");
|
|
68626
68626
|
if (!svgDom) {
|
|
68627
68627
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68628
68628
|
svgDom.style.position = "absolute";
|
|
68629
68629
|
svgDom.style.width = "0";
|
|
68630
68630
|
svgDom.style.height = "0";
|
|
68631
|
-
svgDom.id = "
|
|
68631
|
+
svgDom.id = "__svg__icons__dom__1779190375616__";
|
|
68632
68632
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68633
68633
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68634
68634
|
}
|
|
@@ -80273,6 +80273,7 @@ const _sfc_main$1 = {
|
|
|
80273
80273
|
return true;
|
|
80274
80274
|
},
|
|
80275
80275
|
tryLoadCurrentUserSecondCompany() {
|
|
80276
|
+
console.log(this.designState, this.hasExistingValue(), "222222222");
|
|
80276
80277
|
if (this.designState || this.hasExistingValue()) {
|
|
80277
80278
|
return;
|
|
80278
80279
|
}
|
|
@@ -80316,6 +80317,7 @@ const _sfc_main$1 = {
|
|
|
80316
80317
|
this.handleOnCreated();
|
|
80317
80318
|
},
|
|
80318
80319
|
mounted() {
|
|
80320
|
+
console.log(this.designState, this.modelValue, this.hasExistingValue(), "333333333");
|
|
80319
80321
|
this.$nextTick(() => {
|
|
80320
80322
|
this.tryLoadCurrentUserSecondCompany();
|
|
80321
80323
|
});
|