mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-06 01:57:45 +08:00
revert: toSet (#941)
This commit is contained in:
committed by
GitHub
parent
80a4c8c24d
commit
9f33488248
@@ -40,7 +40,7 @@ class HistorySearchController
|
||||
title: '提示',
|
||||
onConfirm: () async {
|
||||
SmartDialog.showLoading(msg: '请求中');
|
||||
final removeList = allChecked;
|
||||
final removeList = allChecked.toSet();
|
||||
var response = await UserHttp.delHistory(
|
||||
removeList
|
||||
.map((item) => '${item.history.business!}_${item.kid!}')
|
||||
|
||||
Reference in New Issue
Block a user