소스 검색

刷新列表

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

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

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