@indfnd/common 0.1.28 → 0.1.30

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.30](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.29...v0.1.30) (2024-04-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 功能描述层级问题修复 ([6b12bdc](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/6b12bdc6d44c293681c2db697319264216c489b2))
11
+ * 云庭又改了sessionStorage的名字 ([ce56c9f](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/ce56c9f3fd2eaf5bcd96a04a5320bdc29e0bab56))
12
+
13
+ ### [0.1.29](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.28...v0.1.29) (2024-04-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * 解决日志里的报错的问题 ([4fb5a01](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/4fb5a016d4c3cd507d079bffd2cb02d62e6177a3))
19
+ * **panel:** loading的z-index ([51916a3](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/51916a3add5c17eb0e950421397d5f8198c27645))
20
+
5
21
  ### [0.1.28](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.27...v0.1.28) (2024-04-07)
6
22
 
7
23
 
@@ -2,7 +2,7 @@ import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Draw
2
2
  import { isNil, formatDate as formatDate$1, useConfig, getLocalStorage, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, getIndexDescCache, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
3
3
  import Vue$1 from "vue";
4
4
  const name$1 = "@indfnd/common";
5
- const version = "0.1.27";
5
+ const version = "0.1.29";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -57016,7 +57016,7 @@ var render$w = function() {
57016
57016
  var _c = _vm._self._c || _h;
57017
57017
  return _c("div", { staticClass: "ind-menu-desc" }, [_c("Icon", { attrs: { "type": "ios-help-circle-outline", "color": "#488aff", "size": "20" }, on: { "click": function($event) {
57018
57018
  _vm.show = true;
57019
- } } }), _c("Modal", { attrs: { "lazyRender": false, "title": _vm.title, "mask-closable": true, "width": _vm.width, "transfer": "" }, on: { "on-cancel": function($event) {
57019
+ } } }), _c("IndModal", { attrs: { "lazyRender": false, "title": _vm.title, "mask-closable": true, "width": _vm.width, "transfer": "" }, on: { "on-cancel": function($event) {
57020
57020
  _vm.show = false;
57021
57021
  } }, model: { value: _vm.show, callback: function($$v) {
57022
57022
  _vm.show = $$v;
@@ -57045,15 +57045,17 @@ const __vue2_script$x = {
57045
57045
  },
57046
57046
  methods: {
57047
57047
  initData() {
57048
- var _a;
57049
57048
  let permissionKey = "LamboDesign-permission";
57050
57049
  if (top == self) {
57051
57050
  permissionKey = "ibp-permission";
57052
57051
  }
57053
57052
  let permissions = sessionStorage.getItem(permissionKey);
57053
+ if (!permissions) {
57054
+ permissions = sessionStorage.getItem("ibp-sc-permission");
57055
+ }
57054
57056
  permissions = JSON.parse(permissions);
57055
57057
  let curPermission = _.find(permissions, { permissionId: this.$route.meta.permissionId });
57056
- this.menuInfo = (_a = JSON.parse(curPermission.extension)) == null ? void 0 : _a.extendProps;
57058
+ this.menuInfo = JSON.parse(curPermission.extendProps) || {};
57057
57059
  console.log("this.menuInfo is", this.menuInfo);
57058
57060
  }
57059
57061
  }
@@ -57182,7 +57184,6 @@ const __vue2_script$u = {
57182
57184
  immediate: true,
57183
57185
  async handler() {
57184
57186
  if (this.loading) {
57185
- transferIncrease();
57186
57187
  this.style["z-index"] = transferIndex;
57187
57188
  }
57188
57189
  }