From 44807cb1f2b78eed23b19fcc32135f2a9745bcab Mon Sep 17 00:00:00 2001 From: shishengjie Date: Sat, 12 Oct 2019 14:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8F=97=E7=9B=8A=E4=BA=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AddBeneficiaryInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/AddBeneficiaryInfo.vue b/src/views/ebiz/sale/AddBeneficiaryInfo.vue index cc3b9ed44..d463e9765 100644 --- a/src/views/ebiz/sale/AddBeneficiaryInfo.vue +++ b/src/views/ebiz/sale/AddBeneficiaryInfo.vue @@ -600,7 +600,7 @@ export default { if (this.userInfo.relationToInsured == '2') { let insuredInfo = JSON.parse(localStorage.saleInsuredPersonInfo) //如果被保人是投保人的配偶 或者 投保人不是已婚 - if (insuredInfo.relationToAppnt == '2' || insuredInfo.marriage != '1') { + if (insuredInfo.marriage != '1') { return this.$toast('与被保人关系有误') } //如果被保人与投保人性别相同