ps-toolkit-ui 1.12.95 → 1.12.97

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.
@@ -8421,7 +8421,8 @@
8421
8421
  return p.length > 0 ? this.getPermissionClass(p[0]) : null;
8422
8422
  };
8423
8423
  BaseComponent.prototype.getPermissionClass = function (p) {
8424
- return new PermissionClass(p.Name, p.Icon, p.Type, p.InputType, p.AccessType, p.InputAction, this.app.area, p.Controller, p.Action, p.Url, p.Condition, p.Multi, this.getPermissionAccessesClass(p.Id));
8424
+ console.log(p, 'getPermissionClass');
8425
+ return new PermissionClass(p.Name, p.Icon, p.Type, p.InputType, p.AccessType, p.InputAction, this.app.area, p.Controller, p.Action, p.Url, p.Multi, p.Condition, this.getPermissionAccessesClass(p.Id));
8425
8426
  };
8426
8427
  BaseComponent.prototype.getPermissionAccessesClass = function (parentId) {
8427
8428
  var _this = this;