同步邮件添加参数
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4b5fee5739
commit
9f5fc1dc9d
|
|
@ -193,8 +193,11 @@ export default {
|
||||||
// 同步邮件
|
// 同步邮件
|
||||||
async synchronizationEmail() {
|
async synchronizationEmail() {
|
||||||
try {
|
try {
|
||||||
|
let data = {
|
||||||
|
TrialId: this.$route.query.trialId
|
||||||
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let res = await synchronizationEmail()
|
let res = await synchronizationEmail(data)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue