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

fix: 修复rowhandle 排列不整齐的问题
This commit is contained in:
GitHub Actions Bot
2023-05-17 19:24:06 +00:00
parent dc8c42a820
commit 36b3a53ab2
@@ -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: {