同步邮件添加参数
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-18 17:15:46 +08:00
parent 4b5fee5739
commit 9f5fc1dc9d
1 changed files with 4 additions and 1 deletions

View File

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