mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
feat(tag): support select multiple rows (#7378)
This commit is contained in:
@@ -54,7 +54,7 @@ export const getRecordsIdsByTreeNodeKeys = (nodesKeys, treeNodeKeyRecordIdMap) =
|
||||
nodesKeys.forEach((nodeKey) => {
|
||||
const selectedId = treeNodeKeyRecordIdMap[nodeKey];
|
||||
if (selectedId && !idExistMap[selectedId]) {
|
||||
selectedIds.push(nodeKey);
|
||||
selectedIds.push(selectedId);
|
||||
idExistMap[selectedId] = true;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user