From 07a9d34b10cc6c62ea480cf165d7b95a5bc19a5f Mon Sep 17 00:00:00 2001 From: Yadong Xie Date: Fri, 24 Apr 2020 20:06:55 +0800 Subject: [PATCH] fix(module:table): remove table nzQueryParams debounceTime (#5132) close #5113 --- components/table/src/table-data.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/src/table-data.service.ts b/components/table/src/table-data.service.ts index 7224ef0fd9e..ecb88fa73ca 100644 --- a/components/table/src/table-data.service.ts +++ b/components/table/src/table-data.service.ts @@ -35,7 +35,7 @@ export class NzTableDataService implements OnDestroy { this.pageSizeDistinct$, this.listOfCalcOperator$ ]).pipe( - debounceTime(300), + debounceTime(0), skip(1), map(([pageIndex, pageSize, listOfCalc]) => { return {