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/render.es.js
CHANGED
|
@@ -26644,13 +26644,13 @@ function registerIcon(app) {
|
|
|
26644
26644
|
if (typeof window !== "undefined") {
|
|
26645
26645
|
let loadSvg = function() {
|
|
26646
26646
|
var body = document.body;
|
|
26647
|
-
var svgDom = document.getElementById("
|
|
26647
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783061794431__");
|
|
26648
26648
|
if (!svgDom) {
|
|
26649
26649
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26650
26650
|
svgDom.style.position = "absolute";
|
|
26651
26651
|
svgDom.style.width = "0";
|
|
26652
26652
|
svgDom.style.height = "0";
|
|
26653
|
-
svgDom.id = "
|
|
26653
|
+
svgDom.id = "__svg__icons__dom__1783061794431__";
|
|
26654
26654
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26655
26655
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26656
26656
|
}
|
|
@@ -63373,7 +63373,7 @@ const _sfc_main$c = {
|
|
|
63373
63373
|
size: this.pageSize,
|
|
63374
63374
|
current: this.currentPage,
|
|
63375
63375
|
title: this.form.title,
|
|
63376
|
-
createdByCompanyId: "
|
|
63376
|
+
createdByCompanyId: sessionStorage.getItem("companyId"),
|
|
63377
63377
|
dataJson: {
|
|
63378
63378
|
form_titleName: this.form.title
|
|
63379
63379
|
},
|
|
@@ -63704,7 +63704,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
63704
63704
|
_: 1
|
|
63705
63705
|
}, 8, ["modelValue", "onClose"]);
|
|
63706
63706
|
}
|
|
63707
|
-
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-
|
|
63707
|
+
var DocumentDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-3988fe48"]]);
|
|
63708
63708
|
var documentDetailDialog_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
63709
63709
|
var documentDetailDialog_vue_vue_type_style_index_1_lang = "";
|
|
63710
63710
|
const DEFAULT_FORM_JSON = {
|