fix: table rowSelection deep watch #4889

close #4889
pull/4882/head
tangjinzhou 2021-11-20 16:49:25 +08:00
parent d129670882
commit 5af08c0904
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ const InteralTable = defineComponent<
() => {
rowSelection.value = { ...props.rowSelection };
},
{ deep: true },
{ deep: true, immediate: true },
);
// ========================== Selections ==========================
const [transformSelectionColumns, selectedKeySet] = useSelection(rowSelection, {