tx-sider 2.1.41 → 2.1.42
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/TXUI.mjs +5 -5
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/lib/TXUI.mjs
CHANGED
|
@@ -27675,12 +27675,12 @@ const _sfc_main = {
|
|
|
27675
27675
|
onBeforeMount(async () => {
|
|
27676
27676
|
var _a, _b;
|
|
27677
27677
|
console.log(props);
|
|
27678
|
-
selectedSystems.value = isSystems.value;
|
|
27679
|
-
await getPermissionModuleListData();
|
|
27680
27678
|
getModeuleInfoDataHandle = await getModeuleInfoData();
|
|
27681
27679
|
isShowAllProductionBases.value = (_a = getModeuleInfoDataHandle(
|
|
27682
27680
|
window.location.hostname.split(".")[0]
|
|
27683
27681
|
)) == null ? void 0 : _a.isAllProductionBases;
|
|
27682
|
+
selectedSystems.value = isSystems.value;
|
|
27683
|
+
await getPermissionModuleListData();
|
|
27684
27684
|
data3.userInfo = JSON.parse(localStorage.getItem("userInfos") || "{}");
|
|
27685
27685
|
data3.contentHeight = document.documentElement.clientHeight;
|
|
27686
27686
|
data3.contentWidth = document.documentElement.clientWidth;
|
|
@@ -27926,7 +27926,7 @@ const _sfc_main = {
|
|
|
27926
27926
|
}
|
|
27927
27927
|
};
|
|
27928
27928
|
const setofbooksTest = ref([]);
|
|
27929
|
-
const baseTest = ref();
|
|
27929
|
+
const baseTest = ref([]);
|
|
27930
27930
|
ref();
|
|
27931
27931
|
const setOfBookId = ref();
|
|
27932
27932
|
const baseId = ref();
|
|
@@ -28292,7 +28292,7 @@ const _sfc_main = {
|
|
|
28292
28292
|
};
|
|
28293
28293
|
}
|
|
28294
28294
|
};
|
|
28295
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28295
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-1ecf11d9"), n2 = n2(), popScopeId(), n2);
|
|
28296
28296
|
const _hoisted_1 = {
|
|
28297
28297
|
class: "bg-white defaultTS funcTC relative",
|
|
28298
28298
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29245,7 +29245,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29245
29245
|
}, 8, ["show"])
|
|
29246
29246
|
], 64);
|
|
29247
29247
|
}
|
|
29248
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29248
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1ecf11d9"]]);
|
|
29249
29249
|
const components = [TSider];
|
|
29250
29250
|
installComponents();
|
|
29251
29251
|
function installComponents() {
|