mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
解决select-user刷新重置selection问题
This commit is contained in:
parent
ed65522aa8
commit
ebdad4734f
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user