Karsa 4 年之前
父節點
當前提交
3c1fdc49e4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/view/rai_pj/raiReportDtl.vue

+ 3 - 1
src/view/rai_pj/raiReportDtl.vue

@@ -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;