ps-toolkit-ui 1.20.55 → 1.20.56

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.
@@ -4011,7 +4011,7 @@
4011
4011
  };
4012
4012
  });
4013
4013
  new RequestClass(this.table.environment, this.table.l).send(url, exports.Method.Post, data, this.print, function (result) {
4014
- window.open(_this.table.environment.url + '/report/get?reportId=' + result, '_blank');
4014
+ window.open(_this.table.environment.url + '/report/get/' + result, '_blank');
4015
4015
  }, function () { });
4016
4016
  };
4017
4017
  TableComponent.prototype.allChecked = function () {