fantasy-ngzorro 1.1.16 → 1.1.17

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