mirror of https://github.com/certd/certd
🔱: [client] sync upgrade with 2 commits [trident-sync]
fix: 修复rowhandle 排列不整齐的问题pull/14/head
parent
dc8c42a820
commit
36b3a53ab2
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue