ps-toolkit-ui 1.20.59 → 1.20.60

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.
@@ -4001,7 +4001,7 @@
4001
4001
  var data = this.table.searchData();
4002
4002
  data.Page = 1;
4003
4003
  data.PerPage = -1;
4004
- data.Type = type;
4004
+ data.ReportType = type;
4005
4005
  data.Cols = this.table.cols.map(function (x) {
4006
4006
  return {
4007
4007
  Name: x.name,