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

fix: 修复helloworld,添加记录无效的bug
fix: 1.13.3
This commit is contained in:
GitHub Actions Bot
2023-05-04 19:24:12 +00:00
parent 508fe69cf8
commit 49487419d2
3 changed files with 12 additions and 6 deletions
@@ -21,7 +21,7 @@ const createCrudOptions = function ({}: CreateCrudOptionsProps): CreateCrudOptio
const records = [{ id: 1, name: "Hello World", type: 1 }];
const pageRequest = async (query: UserPageQuery): Promise<UserPageRes> => {
return {
records,
records: [...records],
currentPage: 1,
pageSize: 20,
total: records.length