mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
🔱: [client] sync upgrade with 3 commits [trident-sync]
build: publish success chore:
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user