mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
fix: 修复rowhandle 排列不整齐的问题
This commit is contained in:
@@ -83,7 +83,7 @@ function install(app: any, options: any = {}) {
|
||||
if (res.offset % pageSize === 0) {
|
||||
currentPage++;
|
||||
}
|
||||
return { currentPage, pageSize, ...res };
|
||||
return { currentPage, pageSize, records: res.records, total: res.total };
|
||||
}
|
||||
},
|
||||
form: {
|
||||
|
||||
Reference in New Issue
Block a user