fix(Table): 解决设置了分页的情况下,调整表格分页条数后,如果翻页,分页条数会重置的问题。 (#1270)

This commit is contained in:
Lowell
2021-10-12 09:11:50 +08:00
committed by GitHub
parent 052eff91c4
commit d6f65d476e
4 changed files with 15 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ function getRandomPics(count = 10): string[] {
const demoList = (() => {
const result: any[] = [];
for (let index = 0; index < 60; index++) {
for (let index = 0; index < 200; index++) {
result.push({
id: `${index}`,
beginTime: '@datetime',