ps-toolkit-ui 1.22.33 → 1.22.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.
@@ -3608,8 +3608,10 @@
3608
3608
  _this.rows = res.result.List;
3609
3609
  _this.count = res.result.Count;
3610
3610
  _this.sumRowBase = (_a = res.result.Sum) !== null && _a !== void 0 ? _a : null;
3611
- _this.sumRow = HelperClass.clone(_this.sumRowBase);
3612
- _this.sumRow.isSum = true;
3611
+ if (_this.sumRowBase != null) {
3612
+ _this.sumRow = HelperClass.clone(_this.sumRowBase);
3613
+ _this.sumRow.isSum = true;
3614
+ }
3613
3615
  if (_this.onLoad) {
3614
3616
  _this.onLoad(res.result.Data);
3615
3617
  }