From 2aaca8e60756c53bdd46997ab1dc3e1dd1cc698e Mon Sep 17 00:00:00 2001 From: wangbin <18695686631@163.com> Date: Fri, 24 Jul 2020 17:00:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=20=E6=B8=85=E9=99=A4=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9C=AA=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/src/hooks/useRowSelection.ts | 1 + 1 file changed, 1 insertion(+) 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 = []; }