fantasy-ngzorro 1.1.17 → 1.1.19

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.
@@ -4163,8 +4163,14 @@
4163
4163
  function (reset) {
4164
4164
  this.tableCacheOption.pageSize = this.tablePageSize;
4165
4165
  this.saveTableCacheOption();
4166
- // 触发父组件查询事件
4167
- this.tableSearchEvent.emit(reset);
4166
+ if (reset) {
4167
+ this.tablePageSizeChange.emit(this.tablePageSize);
4168
+ }
4169
+ else {
4170
+ this.tablePageIndexChange.emit(this.tablePageIndex);
4171
+ // 触发父组件查询事件
4172
+ this.tableSearchEvent.emit(reset);
4173
+ }
4168
4174
  };
4169
4175
  /**
4170
4176
  * @return {?}