Browse Source

刷新列表

lifanagju_citu 6 tháng trước cách đây
mục cha
commit
2bfa67fec0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {}
 }