mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-25 16:16:20 +08:00
fix(BasicTable): getSelectRows return duplicate records (#3545)
This commit is contained in:
@@ -126,7 +126,6 @@ export function useRowSelection(
|
||||
const found = allSelectedRows.find(
|
||||
(item) => parseRowKeyValue(unref(getRowKey), item) === keyValue,
|
||||
);
|
||||
found && trueSelectedRows.push(found);
|
||||
if (found) {
|
||||
trueSelectedRows.push(found);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user