🔱: [client] sync upgrade with 2 commits [trident-sync]

fix: 修复rowhandle 排列不整齐的问题
pull/14/head
GitHub Actions Bot 2023-05-17 19:24:06 +00:00
parent dc8c42a820
commit 36b3a53ab2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function install(app: any, options: any = {}) {
if (res.offset % pageSize === 0) { if (res.offset % pageSize === 0) {
currentPage++; currentPage++;
} }
return { currentPage, pageSize, ...res }; return { currentPage, pageSize, records: res.records, total: res.total };
} }
}, },
form: { form: {