@@ -94,7 +94,7 @@ const resend = async (ids: string) => {
await MailLogApi.getMailRetry(ids)
message.success('发送邮件成功')
// 刷新列表
- // await getList()
+ await getList()
} catch {}
}