diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index 103634136..2b2a2b42a 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -385,8 +385,10 @@ export default { // 校验签名 if (this.$route.query.receiveType === '0') { if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名') - } else if (this.$route.query.receiveType === '1') { + } 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('签名未完成, 请先进行签名') } this.$toast.loading() this.imageResultList.splice(0)