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()