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

build: publish success
chore:
This commit is contained in:
GitHub Actions Bot
2024-12-31 19:23:58 +00:00
parent c504f33b1f
commit 7f5e89d489
3 changed files with 12 additions and 6 deletions
@@ -36,7 +36,9 @@ export default async function ({ crudExpose, context }: CreateCrudOptionsProps):
props: {
multiple: true,
crossPage: true,
selectedRowKeys,
selectedRowKeys: () => {
return selectedRowKeys;
},
onSelectedChanged(selected) {
utils.logger.info("已选择变化:", selected);
}