ps-toolkit-ui 0.0.98 → 0.0.99

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