form-custom-test 3.0.219 → 3.0.220
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 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -69279,13 +69279,13 @@ function registerIcon(app) {
|
|
|
69279
69279
|
if (typeof window !== "undefined") {
|
|
69280
69280
|
let loadSvg = function() {
|
|
69281
69281
|
var body = document.body;
|
|
69282
|
-
var svgDom = document.getElementById("
|
|
69282
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783061785025__");
|
|
69283
69283
|
if (!svgDom) {
|
|
69284
69284
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69285
69285
|
svgDom.style.position = "absolute";
|
|
69286
69286
|
svgDom.style.width = "0";
|
|
69287
69287
|
svgDom.style.height = "0";
|
|
69288
|
-
svgDom.id = "
|
|
69288
|
+
svgDom.id = "__svg__icons__dom__1783061785025__";
|
|
69289
69289
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69290
69290
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69291
69291
|
}
|
|
@@ -80462,7 +80462,7 @@ const _sfc_main$c = {
|
|
|
80462
80462
|
size: this.pageSize,
|
|
80463
80463
|
current: this.currentPage,
|
|
80464
80464
|
title: this.form.title,
|
|
80465
|
-
createdByCompanyId: "
|
|
80465
|
+
createdByCompanyId: sessionStorage.getItem("companyId"),
|
|
80466
80466
|
dataJson: {
|
|
80467
80467
|
form_titleName: this.form.title
|
|
80468
80468
|
},
|
|
@@ -80793,7 +80793,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80793
80793
|
_: 1
|
|
80794
80794
|
}, 8, ["modelValue", "onClose"]);
|
|
80795
80795
|
}
|
|
80796
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
80796
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-3988fe48"]]);
|
|
80797
80797
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
80798
80798
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
80799
80799
|
const DEFAULT_FORM_JSON = {
|