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 {}
 }