antd-management-fast-framework 1.11.37 → 1.11.38

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.
@@ -70,13 +70,13 @@ function getSuperPermission() {
70
70
  });
71
71
 
72
72
  if ((0, _tools.isObject)(superPermission)) {
73
- var _superAuth = (0, _tools.getValueByKey)({
73
+ var superAuth = (0, _tools.getValueByKey)({
74
74
  data: superPermission,
75
75
  key: 'permission'
76
76
  });
77
77
 
78
- if ((0, _tools.isString)(_superAuth)) {
79
- result = _superAuth;
78
+ if ((0, _tools.isString)(superAuth)) {
79
+ result = superAuth;
80
80
  }
81
81
  }
82
82
 
@@ -199,7 +199,6 @@ function checkHasAuthorityCore(auth) {
199
199
 
200
200
  if ((v !== null && v !== void 0 ? v : null) == null) {
201
201
  (0, _tools.recordObject)({
202
- superAuth: superAuth,
203
202
  checkAuthority: auth,
204
203
  listAuthority: list,
205
204
  accessWayCollection: accessWayCollection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "1.11.37",
3
+ "version": "1.11.38",
4
4
  "description": "antd-management-fast-framework",
5
5
  "keywords": [
6
6
  "antd-management-fast-framework"