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 @@ -