mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -34,7 +34,7 @@ class SysMsgController
|
||||
return super.onRefresh();
|
||||
}
|
||||
|
||||
Future<void> onRemove(dynamic id, int index) async {
|
||||
Future<void> onRemove(Object id, int index) async {
|
||||
try {
|
||||
var res = await MsgHttp.delSysMsg(id);
|
||||
if (res['status']) {
|
||||
|
||||
Reference in New Issue
Block a user