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.
- package/bundles/fantasy-ngzorro.umd.js +8 -2
- 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 +9 -3
- package/esm5/hd-table/hd-table.component.js +9 -3
- package/fesm2015/fantasy-ngzorro.js +8 -2
- package/fesm2015/fantasy-ngzorro.js.map +1 -1
- package/fesm5/fantasy-ngzorro.js +8 -2
- package/fesm5/fantasy-ngzorro.js.map +1 -1
- package/package.json +1 -1
|
@@ -4163,8 +4163,14 @@
|
|
|
4163
4163
|
function (reset) {
|
|
4164
4164
|
this.tableCacheOption.pageSize = this.tablePageSize;
|
|
4165
4165
|
this.saveTableCacheOption();
|
|
4166
|
-
|
|
4167
|
-
|
|
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 {?}
|