diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index f220a886a..cd3f07335 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -450,7 +450,7 @@ export default { } else if (this.$route.query.receiveType === '1' && !this.releationType) { if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名') } else if (this.$route.query.receiveType === '1' && this.releationType) { - if (!this.insurantSigned) return this.$toast('签名未完成, 请先进行签名') + if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名') } let phoneStrArr = this.problemInfo.phoneNo.split('')