From 9f5fc1dc9d21d98f5ea184687913aed9de9f899d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 18 Dec 2025 17:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E9=82=AE=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/email/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/system/email/index.vue b/src/views/system/email/index.vue index 79d1a69f..43b3b14f 100644 --- a/src/views/system/email/index.vue +++ b/src/views/system/email/index.vue @@ -193,8 +193,11 @@ export default { // 同步邮件 async synchronizationEmail() { try { + let data = { + TrialId: this.$route.query.trialId + } this.loading = true - let res = await synchronizationEmail() + let res = await synchronizationEmail(data) this.loading = false if (res.IsSuccess) { this.getList()