perf: 调整

This commit is contained in:
rd
2025-08-25 09:53:46 +08:00
parent a1c51cbca0
commit db9b53821b
3 changed files with 13 additions and 8 deletions

View File

@ -110,8 +110,8 @@ const props = defineProps({
default: () => [],
},
rowSelection: {
type: Array,
default: () => [],
type: Object,
default: () => {},
},
selectedRowKeys: {
type: Array,