Skip to content

Commit

Permalink
1,373rd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Feb 17, 2024
1 parent 39e584d commit 9250007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/table/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ watch(
if (checked) flux.selecteAll = true;
if (unchecked) flux.selecteAll = false;
emit(
'update:selected',
val.filter((item) => item.checked),
);
}
},
{ deep: true },
Expand Down

0 comments on commit 9250007

Please sign in to comment.