mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 01:26:59 +08:00
@@ -34,7 +34,7 @@ class SysMsgController
|
||||
return super.onRefresh();
|
||||
}
|
||||
|
||||
Future<void> onRemove(Object id, int index) async {
|
||||
Future<void> onRemove(dynamic id, int index) async {
|
||||
try {
|
||||
var res = await MsgHttp.delSysMsg(id);
|
||||
if (res['status']) {
|
||||
|
||||
Reference in New Issue
Block a user