From 59621b408c6bbcff9e4c003aa721083a23e176bb Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 10 Sep 2020 16:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E8=A2=AB=E5=90=8C=E4=BA=BA=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E7=AD=BE=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)