소스 검색

刷新列表

lifanagju_citu 6 달 전
부모
커밋
2bfa67fec0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/mail/log/index.vue

+ 1 - 1
src/views/system/mail/log/index.vue

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