|
@@ -120,7 +120,7 @@ export default {
|
|
|
/* 访谈申请 */
|
|
|
applyHandle() {
|
|
|
!this.reportInfo.IsInterviewApply
|
|
|
- && Dialog.alert({
|
|
|
+ && Dialog.confirm({
|
|
|
title: '',
|
|
|
message: '专家访谈申请会提交给您的对口销售,销售会线下与您取得联系,确定申请吗?',
|
|
|
confirmButtonColor: '#fff',
|
|
@@ -157,6 +157,7 @@ export default {
|
|
|
}).then(res => {
|
|
|
if(res.Ret === 200) {
|
|
|
this.reportInfo.IsInterviewApply = !this.reportInfo.IsInterviewApply;
|
|
|
+ this.reportInfo.InterviewApplyStatus = this.reportInfo.IsInterviewApply ? '待邀请' : '';
|
|
|
Toast(res.Msg)
|
|
|
}
|
|
|
})
|
|
@@ -211,6 +212,7 @@ export default {
|
|
|
border-radius: 5px !important;
|
|
|
.van-dialog__message {
|
|
|
font-size: 15px !important;
|
|
|
+ line-height: 21px !important;
|
|
|
}
|
|
|
.van-button__content {
|
|
|
font-size: 17px !important;
|