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