slw 0.5.960 → 0.5.961
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/lib/index.js +5 -3
- package/lib/index.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -32883,7 +32883,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
32883
32883
|
_sfc_main$2.install = (Q) => {
|
|
32884
32884
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
32885
32885
|
};
|
|
32886
|
-
const
|
|
32886
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_24964901_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-24964901"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("p", { class: "child-table-p" }, "[新增] 关联子表数据", -1)), _sfc_main$1 = {
|
|
32887
32887
|
__name: "window-index",
|
|
32888
32888
|
props: {
|
|
32889
32889
|
windowId: {
|
|
@@ -32977,7 +32977,9 @@ const windowIndex_vue_vue_type_style_index_0_scoped_405f4826_lang = "", _withSco
|
|
|
32977
32977
|
}, getInitData = async (Q) => {
|
|
32978
32978
|
let G = (await axios.post("/window/init", { id: Q })).data;
|
|
32979
32979
|
if (G.result) {
|
|
32980
|
-
let X = JSON.parse($crypto.decrypt(G.info))
|
|
32980
|
+
let X = JSON.parse($crypto.decrypt(G.info));
|
|
32981
|
+
console.log(X);
|
|
32982
|
+
let Z = {}, K = layoutHeight.value - 100;
|
|
32981
32983
|
if (X) {
|
|
32982
32984
|
X.regions.map((ne) => {
|
|
32983
32985
|
if (ne.addFollowMain && ne.parentRegionId && regionIdRegionMap.value[ne.parentRegionId]) {
|
|
@@ -33971,7 +33973,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_405f4826_lang = "", _withSco
|
|
|
33971
33973
|
]);
|
|
33972
33974
|
};
|
|
33973
33975
|
}
|
|
33974
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
33976
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-24964901"]]);
|
|
33975
33977
|
WindowIndex.name = "slw-window-index";
|
|
33976
33978
|
WindowIndex.install = (Q) => {
|
|
33977
33979
|
Q.component(WindowIndex.name, WindowIndex);
|