@mu-cabin/opms-permission 0.8.21 → 0.8.22

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/dist/index.cjs CHANGED
@@ -440,7 +440,7 @@ var Permission = class {
440
440
  children: item.children,
441
441
  // TODO: 新接口只返回有权限的节点
442
442
  // disabled: !item.hasPermission,
443
- disabled: true,
443
+ disabled: false,
444
444
  orgType: item.orgType,
445
445
  orgId: item.orgId
446
446
  };
package/dist/index.mjs CHANGED
@@ -401,7 +401,7 @@ var Permission = class {
401
401
  children: item.children,
402
402
  // TODO: 新接口只返回有权限的节点
403
403
  // disabled: !item.hasPermission,
404
- disabled: true,
404
+ disabled: false,
405
405
  orgType: item.orgType,
406
406
  orgId: item.orgId
407
407
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mu-cabin/opms-permission",
3
- "version": "0.8.21",
3
+ "version": "0.8.22",
4
4
  "description": "Frontend SDK for OPMS permission and auth management.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",