diff --git a/src/components/table/src/hooks/useRowSelection.ts b/src/components/table/src/hooks/useRowSelection.ts index e335f9ea66c..f4e897bada6 100644 --- a/src/components/table/src/hooks/useRowSelection.ts +++ b/src/components/table/src/hooks/useRowSelection.ts @@ -34,6 +34,7 @@ export function useRowSelection( } function clearSelectedRowKeys() { + selectedRowRef.value = []; selectedRowKeysRef.value = []; }