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.
- package/bundles/fantasy-ngzorro.umd.js +0 -6
- package/bundles/fantasy-ngzorro.umd.js.map +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js +1 -1
- package/bundles/fantasy-ngzorro.umd.min.js.map +1 -1
- package/esm2015/hd-table/hd-table.component.js +1 -7
- package/esm5/hd-table/hd-table.component.js +1 -7
- package/fesm2015/fantasy-ngzorro.js +0 -6
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +0 -6
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
};
|