@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user