ps-toolkit-ui 0.0.99 → 0.0.100

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.
@@ -7276,7 +7276,7 @@
7276
7276
  }
7277
7277
  else if (option.Type === exports.PermissionTypeEnum.OptionReport) {
7278
7278
  var p = new PermissionClass();
7279
- p.RelatedId = option.Action + '/' + this_1.permissions.RelatedId;
7279
+ p.RelatedId = option.Action;
7280
7280
  p.Area = this_1.permissions.Area;
7281
7281
  p.Controller = 'Print';
7282
7282
  p.Action = 'Index';