From 3d2e788720f6ce1f68d7cc67b90f642ed4fc1259 Mon Sep 17 00:00:00 2001 From: binggchen <141918726+binggchen@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:38:10 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=95=B0=E6=8D=AE=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=96=B9=E6=B3=95V2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...15\256\346\250\241\345\236\213\346\226\271\346\263\225V2.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225V2.md" "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225V2.md" index 8e60b8ef76b2..9b5ef66232ec 100644 --- "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225V2.md" +++ "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\344\272\247\345\223\201\347\256\200\344\273\213/\346\225\260\346\215\256\346\272\220/\346\225\260\346\215\256\346\250\241\345\236\213/\346\225\260\346\215\256\346\250\241\345\236\213\346\226\271\346\263\225V2.md" @@ -500,7 +500,7 @@ export default async function ({event, data}) { | `filter` | `{ where: FilterObject}]` | 无 | 是 | 复杂查询结构 | | `select` | `{ [key: string]: boolean }` | 无 | `{ $master: true }` | 是 | 可以指定返回本表或者关联表的字段,如果想查询本表所有字段,请使用 `{ $master: true }` | | getCount | `boolean` | `false` | 否 | 获取 filter 命中条件的查询条数 | -| pageSize | `number` | `undefined` | 否 | 分页大小,建议指定 | +| pageSize | `number` | 10 | 否 | 分页大小,建议指定,如需设置为其它值,需要和pageNo配合使用,两者同时指定才会生效 | | pageNumber | `number` | 1 | 否 | 分页数目 | | orderBy | `{[key: string]: "acs" | "desc" }[]` | 无 | 否 | 排序,当前仅支持最多 3 字段排序 |