From d564ef67367e9f4a94e206738775618320a56db8 Mon Sep 17 00:00:00 2001 From: proudlx <965752348@qq.com> Date: Wed, 14 Apr 2021 15:58:02 +0800 Subject: [PATCH] =?UTF-8?q?'=E9=87=8D=E6=96=B0=E6=8A=95=E4=BF=9D=E4=BF=9D?= =?UTF-8?q?=E9=A2=9D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/insureAgain/InsureInformation.vue | 2 +- src/views/ebiz/insureAgain/ProductInformation.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue index 44ab7b111..2b20ecb16 100644 --- a/src/views/ebiz/insureAgain/InsureInformation.vue +++ b/src/views/ebiz/insureAgain/InsureInformation.vue @@ -512,7 +512,7 @@ export default { }) this.setCustomerMarriage(res.orderDTO.appntDTO.marriage) //是否长期 - this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType == 'false' ? false : true + this.userInfo.effectiveDateType = res.orderDTO.appntDTO.effectiveDateType ? true : false //有无社保 this.userInfo.medical = res.orderDTO.appntDTO.medical diff --git a/src/views/ebiz/insureAgain/ProductInformation.vue b/src/views/ebiz/insureAgain/ProductInformation.vue index 4b152c76f..1b37ed0e7 100644 --- a/src/views/ebiz/insureAgain/ProductInformation.vue +++ b/src/views/ebiz/insureAgain/ProductInformation.vue @@ -56,7 +56,7 @@ -