屏蔽loading
This commit is contained in:
parent
e426f36262
commit
32a073d879
@ -10,7 +10,7 @@ const traceApi = {
|
|||||||
},
|
},
|
||||||
// 短信追踪明细
|
// 短信追踪明细
|
||||||
posttrace_sms_detail: data => {
|
posttrace_sms_detail: data => {
|
||||||
return service.service.post(`${apiMediate}workbench/trace-sms-detail`, data)
|
return service.service.post(`${apiMediate}workbench/trace-sms-detail`, data, {hideLoading:true})
|
||||||
},
|
},
|
||||||
|
|
||||||
// 视频预约追踪记录
|
// 视频预约追踪记录
|
||||||
@ -27,7 +27,7 @@ const traceApi = {
|
|||||||
},
|
},
|
||||||
// 签字追踪明细
|
// 签字追踪明细
|
||||||
posttrace_sign_detail: data => {
|
posttrace_sign_detail: data => {
|
||||||
return service.service.post(`${apiMediate}workbench/trace-sign-detail`, data)
|
return service.service.post(`${apiMediate}workbench/trace-sign-detail`, data, {hideLoading:true})
|
||||||
},
|
},
|
||||||
// 签字追踪-批量重试
|
// 签字追踪-批量重试
|
||||||
posttrace_sign_retry: data => {
|
posttrace_sign_retry: data => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user