tx-sider 2.3.10 → 2.3.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 CHANGED
@@ -27944,10 +27944,11 @@ const getPermissionSetOfBookMenuList = (modulePermissionName, data3) => {
27944
27944
  requestBase: "USER_BASE_URL"
27945
27945
  });
27946
27946
  };
27947
- const getMaxVersion = (moduleType) => {
27947
+ const getMaxVersion = (moduleType, data3) => {
27948
27948
  return cwRequest({
27949
27949
  url: `/api/basis-management/versionManage/maxVersion/${moduleType}`,
27950
27950
  method: "get",
27951
+ data: data3,
27951
27952
  requestBase: "USER_BASE_URL"
27952
27953
  });
27953
27954
  };
@@ -55199,7 +55200,7 @@ const _sfc_main = {
55199
55200
  var _a3;
55200
55201
  const twoUrl = (_a3 = JSON.parse(localStorage.getItem("selectModule"))) == null ? void 0 : _a3.location;
55201
55202
  if (twoUrl) {
55202
- moduleVersion.value = await getMaxVersion(twoUrl);
55203
+ moduleVersion.value = await getMaxVersion(twoUrl, { isHistory: true });
55203
55204
  }
55204
55205
  };
55205
55206
  const isModuleVersionUpdate = ref(
@@ -55369,7 +55370,7 @@ const _sfc_main = {
55369
55370
  };
55370
55371
  }
55371
55372
  };
55372
- const _withScopeId = (n10) => (pushScopeId("data-v-7da9d10c"), n10 = n10(), popScopeId(), n10);
55373
+ const _withScopeId = (n10) => (pushScopeId("data-v-c93431a6"), n10 = n10(), popScopeId(), n10);
55373
55374
  const _hoisted_1 = {
55374
55375
  class: "bg-white defaultTS funcTC relative",
55375
55376
  style: { "padding-bottom": "10px", "margin-bottom": "10px" }
@@ -55789,8 +55790,8 @@ const _hoisted_96 = ["onClick"];
55789
55790
  const _hoisted_97 = { class: "w-full h-full overflow-y-auto content" };
55790
55791
  const _hoisted_98 = { class: "mb-[20px]" };
55791
55792
  const _hoisted_99 = { class: "h-[10%] flex justify-center items-center" };
55792
- const _hoisted_100 = /* @__PURE__ */ createTextVNode(" 取消 ");
55793
- const _hoisted_101 = /* @__PURE__ */ createTextVNode(" 设为已读 ");
55793
+ const _hoisted_100 = /* @__PURE__ */ createTextVNode(" 下次再提醒我 ");
55794
+ const _hoisted_101 = /* @__PURE__ */ createTextVNode(" 好的,我知道了 ");
55794
55795
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
55795
55796
  var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2, _i2, _j2, _k2, _l2, _m2, _n, _o2, _p2, _q2, _r2, _s2;
55796
55797
  const _component_a_upload = __unplugin_components_0;
@@ -56490,7 +56491,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
56490
56491
  }, 8, ["show"])
56491
56492
  ], 64);
56492
56493
  }
56493
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7da9d10c"]]);
56494
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c93431a6"]]);
56494
56495
  const style = "";
56495
56496
  const components = [TSider];
56496
56497
  installComponents();