cimos7-vue3-common 0.5.28 → 0.5.29

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.
@@ -85413,7 +85413,7 @@ function XAe(e, l) {
85413
85413
  return {
85414
85414
  pageInfo: a,
85415
85415
  ResetPage: (v) => {
85416
- v && v.hasOwnProperty("pageIndex") ? ET(a, v) : (a.pageIndex = 1, a.total = 0), e && e(), l && l();
85416
+ v && v.hasOwnProperty("pageIndex") && ET(a, v), a.pageIndex = 1, a.total = 0, e && e(), l && l();
85417
85417
  },
85418
85418
  PageIndexChange: (v) => {
85419
85419
  e && e(), l && l();