ps-toolkit-ui 1.8.85 → 1.8.87

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.
@@ -1446,7 +1446,7 @@
1446
1446
  table.rows = res.result.List;
1447
1447
  table.count = res.result.Count;
1448
1448
  if (table.onLoad) {
1449
- table.onLoad(table.rows);
1449
+ table.onLoad(res.result.Data);
1450
1450
  }
1451
1451
  if (btn) {
1452
1452
  btn.loading = false;