tx-sider 2.1.38 β†’ 2.1.39

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 CHANGED
@@ -27661,6 +27661,10 @@ const _sfc_main = {
27661
27661
  const getPermissionModuleListData = async () => {
27662
27662
  const res = await getPermissionModuleList();
27663
27663
  permissionModuleList.value = updateIconModuleList(res);
27664
+ localStorage.setItem(
27665
+ "permissionModuleList",
27666
+ JSON.stringify(permissionModuleList.value)
27667
+ );
27664
27668
  };
27665
27669
  function updateIconModuleList(treeList) {
27666
27670
  for (let item of treeList) {
@@ -27884,6 +27888,7 @@ const _sfc_main = {
27884
27888
  };
27885
27889
  const oneModule = async (systemed) => {
27886
27890
  var _a;
27891
+ console.log("oneModuleπŸš€πŸš€πŸš€πŸš€πŸš€");
27887
27892
  await getPermissionModuleListData();
27888
27893
  moduleTestS.value = ((_a = permissionModuleList.value.find(
27889
27894
  (_x) => _x.permissionModuleName === selectedSystems.value ? selectedSystems.value : systemed
@@ -28290,7 +28295,7 @@ const _sfc_main = {
28290
28295
  };
28291
28296
  }
28292
28297
  };
28293
- const _withScopeId = (n2) => (pushScopeId("data-v-5063a3f5"), n2 = n2(), popScopeId(), n2);
28298
+ const _withScopeId = (n2) => (pushScopeId("data-v-936e261e"), n2 = n2(), popScopeId(), n2);
28294
28299
  const _hoisted_1 = {
28295
28300
  class: "bg-white defaultTS funcTC relative",
28296
28301
  style: { "padding-bottom": "10px", "margin-bottom": "10px" }
@@ -29243,7 +29248,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29243
29248
  }, 8, ["show"])
29244
29249
  ], 64);
29245
29250
  }
29246
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5063a3f5"]]);
29251
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-936e261e"]]);
29247
29252
  const components = [TSider];
29248
29253
  installComponents();
29249
29254
  function installComponents() {