tx-sider 2.1.0 → 2.1.2
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 +14 -12
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27697,12 +27697,15 @@ const _sfc_main = {
|
|
|
27697
27697
|
const getModeuleInfoData = async () => {
|
|
27698
27698
|
modeuleInfos.value = await getModeuleInfo();
|
|
27699
27699
|
console.log(modeuleInfos.value, "modeuleInfos.value");
|
|
27700
|
-
return (moduleKey) =>
|
|
27701
|
-
|
|
27702
|
-
|
|
27703
|
-
|
|
27704
|
-
|
|
27705
|
-
|
|
27700
|
+
return (moduleKey) => {
|
|
27701
|
+
var _a, _b, _c, _d, _e, _f;
|
|
27702
|
+
return {
|
|
27703
|
+
isSetOfBooks: modeuleInfos.value.setOfBooks.includes(moduleKey),
|
|
27704
|
+
isProductionBases: (_b = (_a = modeuleInfos.value) == null ? void 0 : _a.productionBases) == null ? void 0 : _b.includes(moduleKey),
|
|
27705
|
+
isProjects: (_d = (_c = modeuleInfos.value) == null ? void 0 : _c.projects) == null ? void 0 : _d.includes(moduleKey),
|
|
27706
|
+
isAllProductionBases: (_f = (_e = modeuleInfos.value) == null ? void 0 : _e.allProductionBases) == null ? void 0 : _f.includes(moduleKey)
|
|
27707
|
+
};
|
|
27708
|
+
};
|
|
27706
27709
|
};
|
|
27707
27710
|
let getModeuleInfoDataHandle;
|
|
27708
27711
|
const isShowAllProductionBases = ref(false);
|
|
@@ -27749,7 +27752,7 @@ const _sfc_main = {
|
|
|
27749
27752
|
const menuList = ref();
|
|
27750
27753
|
const goUrl = ref();
|
|
27751
27754
|
onMounted(async () => {
|
|
27752
|
-
var _a, _b;
|
|
27755
|
+
var _a, _b, _c, _d;
|
|
27753
27756
|
if (permissionModuleList.value.length == 1) {
|
|
27754
27757
|
sysShow.value = false;
|
|
27755
27758
|
}
|
|
@@ -27776,7 +27779,7 @@ const _sfc_main = {
|
|
|
27776
27779
|
shortName: item.shortName
|
|
27777
27780
|
};
|
|
27778
27781
|
});
|
|
27779
|
-
if (modeuleInfos.value.productionBases.includes(modeuleTypeValue.value)) {
|
|
27782
|
+
if ((_b = (_a = modeuleInfos.value) == null ? void 0 : _a.productionBases) == null ? void 0 : _b.includes(modeuleTypeValue.value)) {
|
|
27780
27783
|
const curSetofBook = await currentGet();
|
|
27781
27784
|
let baseRes = await baseOptions({ setOfBookId: curSetofBook });
|
|
27782
27785
|
if (!baseRes) {
|
|
@@ -27791,7 +27794,7 @@ const _sfc_main = {
|
|
|
27791
27794
|
};
|
|
27792
27795
|
});
|
|
27793
27796
|
}
|
|
27794
|
-
if ((
|
|
27797
|
+
if ((_d = (_c = modeuleInfos.value) == null ? void 0 : _c.projects) == null ? void 0 : _d.includes(modeuleTypeValue.value)) {
|
|
27795
27798
|
let dgRes = await getdungouList();
|
|
27796
27799
|
if (!dgRes) {
|
|
27797
27800
|
gjTest.value = [];
|
|
@@ -27925,7 +27928,6 @@ const _sfc_main = {
|
|
|
27925
27928
|
} else if (moduleTestS.value.length == 1) {
|
|
27926
27929
|
changeModule(moduleTestS.value[0]);
|
|
27927
27930
|
} else {
|
|
27928
|
-
await getPermissionModuleListData();
|
|
27929
27931
|
clickModuleVisible();
|
|
27930
27932
|
}
|
|
27931
27933
|
};
|
|
@@ -28275,7 +28277,7 @@ const _sfc_main = {
|
|
|
28275
28277
|
};
|
|
28276
28278
|
}
|
|
28277
28279
|
};
|
|
28278
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28280
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-7a1f5131"), n2 = n2(), popScopeId(), n2);
|
|
28279
28281
|
const _hoisted_1 = {
|
|
28280
28282
|
class: "bg-white defaultTS funcTC relative",
|
|
28281
28283
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29224,7 +29226,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29224
29226
|
}, 8, ["show"])
|
|
29225
29227
|
], 64);
|
|
29226
29228
|
}
|
|
29227
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29229
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7a1f5131"]]);
|
|
29228
29230
|
const components = [TSider];
|
|
29229
29231
|
installComponents();
|
|
29230
29232
|
function installComponents() {
|