tx-sider 2.1.13 â 2.1.14
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 -2
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27940,11 +27940,13 @@ const _sfc_main = {
|
|
|
27940
27940
|
};
|
|
27941
27941
|
const oneModule = async (systemed) => {
|
|
27942
27942
|
var _a;
|
|
27943
|
+
console.log("selectedSystems.value", selectedSystems.value);
|
|
27943
27944
|
await getPermissionModuleListData();
|
|
27944
27945
|
moduleTestS.value = ((_a = permissionModuleList.value.find(
|
|
27945
27946
|
(_x) => _x.permissionModuleName === selectedSystems.value
|
|
27946
27947
|
)) == null ? void 0 : _a.childGroups) ?? [];
|
|
27947
27948
|
if (moduleTestS.value.length == 0) {
|
|
27949
|
+
console.log("đđ");
|
|
27948
27950
|
message.info("äŊ ææ æéīŧ蝎čįŗģįŽĄįååé
");
|
|
27949
27951
|
} else if (moduleTestS.value.length == 1) {
|
|
27950
27952
|
changeModule(moduleTestS.value[0]);
|
|
@@ -28243,6 +28245,7 @@ const _sfc_main = {
|
|
|
28243
28245
|
await getPermissionModuleListData();
|
|
28244
28246
|
console.log("đđđđ", permissionModuleList.value);
|
|
28245
28247
|
if (permissionModuleList.value.length === 0) {
|
|
28248
|
+
console.log("đ");
|
|
28246
28249
|
message.info("äŊ ææ æéīŧ蝎čįŗģįŽĄįååé
");
|
|
28247
28250
|
} else if (permissionModuleList.value.length === 1) {
|
|
28248
28251
|
oneModule(permissionModuleList.value[0].name);
|
|
@@ -28300,7 +28303,7 @@ const _sfc_main = {
|
|
|
28300
28303
|
};
|
|
28301
28304
|
}
|
|
28302
28305
|
};
|
|
28303
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28306
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-4189a9ce"), n2 = n2(), popScopeId(), n2);
|
|
28304
28307
|
const _hoisted_1 = {
|
|
28305
28308
|
class: "bg-white defaultTS funcTC relative",
|
|
28306
28309
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29253,7 +29256,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29253
29256
|
}, 8, ["show"])
|
|
29254
29257
|
], 64);
|
|
29255
29258
|
}
|
|
29256
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29259
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4189a9ce"]]);
|
|
29257
29260
|
const components = [TSider];
|
|
29258
29261
|
installComponents();
|
|
29259
29262
|
function installComponents() {
|