tx-sider 2.1.9 → 2.1.11
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 +9 -6
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -24505,11 +24505,14 @@ const _sfc_main$1 = {
|
|
|
24505
24505
|
menuTitle.value = props.menuTitle;
|
|
24506
24506
|
}
|
|
24507
24507
|
);
|
|
24508
|
-
watch(
|
|
24509
|
-
|
|
24510
|
-
|
|
24508
|
+
watch(
|
|
24509
|
+
() => props.module,
|
|
24510
|
+
() => {
|
|
24511
|
+
if (props.module) {
|
|
24512
|
+
getMenuList();
|
|
24513
|
+
}
|
|
24511
24514
|
}
|
|
24512
|
-
|
|
24515
|
+
);
|
|
24513
24516
|
const menuList = ref([]);
|
|
24514
24517
|
const getMenuList = async () => {
|
|
24515
24518
|
const { items } = await getPermissionSetOfBookMenuList(props.module);
|
|
@@ -24547,7 +24550,7 @@ const _sfc_main$1 = {
|
|
|
24547
24550
|
};
|
|
24548
24551
|
}
|
|
24549
24552
|
};
|
|
24550
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
24553
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-06409dda"), n2 = n2(), popScopeId(), n2);
|
|
24551
24554
|
const _hoisted_1$1 = {
|
|
24552
24555
|
key: 0,
|
|
24553
24556
|
class: "w-[80px] flex flex-col justify-center focusTC bb-f5f5f5 br-f5f5f5",
|
|
@@ -24668,7 +24671,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24668
24671
|
}, 8, ["activeKey"])
|
|
24669
24672
|
]);
|
|
24670
24673
|
}
|
|
24671
|
-
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
24674
|
+
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-06409dda"]]);
|
|
24672
24675
|
window.location.hostname.split(".");
|
|
24673
24676
|
function encryptionStr(data3) {
|
|
24674
24677
|
if (data3 === null || data3 === void 0) {
|