diff --git a/components/pagination/pagination.ts b/components/pagination/pagination.ts index f03f2cd2f0..104b67777b 100644 --- a/components/pagination/pagination.ts +++ b/components/pagination/pagination.ts @@ -138,7 +138,7 @@ export class Pagination implements ControlValueAccessor, OnInit, IPaginationConf this._totalPages = v; this.numPages.next(v); if (this.inited) { - this.selectPage(v); + this.selectPage(this.page); } }