mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
revert: toSet (#941)
This commit is contained in:
committed by
GitHub
parent
80a4c8c24d
commit
9f33488248
@@ -31,7 +31,7 @@ mixin BaseLaterController
|
||||
content: '确认删除所选稍后再看吗?',
|
||||
title: '提示',
|
||||
onConfirm: () async {
|
||||
final removeList = allChecked;
|
||||
final removeList = allChecked.toSet();
|
||||
SmartDialog.showLoading(msg: '请求中');
|
||||
final res = await UserHttp.toViewDel(
|
||||
aids: removeList.map((item) => item.aid).join(','),
|
||||
|
||||
Reference in New Issue
Block a user