tx-sider 2.1.35 → 2.1.36
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 +3 -5
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27675,6 +27675,7 @@ const _sfc_main = {
|
|
|
27675
27675
|
var _a, _b;
|
|
27676
27676
|
console.log(props);
|
|
27677
27677
|
selectedSystems.value = isSystems.value;
|
|
27678
|
+
await getPermissionModuleListData();
|
|
27678
27679
|
getModeuleInfoDataHandle = await getModeuleInfoData();
|
|
27679
27680
|
isShowAllProductionBases.value = (_a = getModeuleInfoDataHandle(
|
|
27680
27681
|
window.location.hostname.split(".")[0]
|
|
@@ -27696,10 +27697,7 @@ const _sfc_main = {
|
|
|
27696
27697
|
data3.dgVisible = true;
|
|
27697
27698
|
}
|
|
27698
27699
|
}
|
|
27699
|
-
console.log("first", isSystems.value);
|
|
27700
27700
|
if (isSystems.value) {
|
|
27701
|
-
console.log("登录页面", isSystems.value);
|
|
27702
|
-
await getPermissionModuleListData();
|
|
27703
27701
|
moduleTestS.value = ((_b = permissionModuleList.value.find(
|
|
27704
27702
|
(_x) => _x.permissionModuleName === selectedSystems.value
|
|
27705
27703
|
)) == null ? void 0 : _b.childGroups) ?? [];
|
|
@@ -28292,7 +28290,7 @@ const _sfc_main = {
|
|
|
28292
28290
|
};
|
|
28293
28291
|
}
|
|
28294
28292
|
};
|
|
28295
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28293
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-5063a3f5"), n2 = n2(), popScopeId(), n2);
|
|
28296
28294
|
const _hoisted_1 = {
|
|
28297
28295
|
class: "bg-white defaultTS funcTC relative",
|
|
28298
28296
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29245,7 +29243,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29245
29243
|
}, 8, ["show"])
|
|
29246
29244
|
], 64);
|
|
29247
29245
|
}
|
|
29248
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29246
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5063a3f5"]]);
|
|
29249
29247
|
const components = [TSider];
|
|
29250
29248
|
installComponents();
|
|
29251
29249
|
function installComponents() {
|