ps-toolkit-ui 1.20.32 → 1.20.34

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.
@@ -3954,7 +3954,7 @@
3954
3954
  data.Page = 1;
3955
3955
  data.PerPage = -1;
3956
3956
  new RequestClass(_this.table.environment, _this.table.l).send(url, exports.Method.Post, data, _this.print, function (result) {
3957
- window.open('/report' + url + '/' + result, '_blank');
3957
+ window.open(_this.table.environment.url + '/report' + url + '?reportId=' + result, '_blank');
3958
3958
  }, function () { });
3959
3959
  };
3960
3960
  $__namespace(document).mouseup(function (e) {