解决select-user刷新重置selection问题

This commit is contained in:
icssoa 2023-11-19 18:24:38 +08:00
parent ed65522aa8
commit ebdad4734f

View File

@ -146,7 +146,7 @@ const Crud = useCrud({
loadIds.value.push(...res.list.map((e) => e.id));
//
list.value.forEach((e) => {
selection.value.forEach((e) => {
const d = Table.value?.data.find((a) => a.id == e.id);
if (d) {