diff --git a/src/views/ebiz/sale/Beneficiary.vue b/src/views/ebiz/sale/Beneficiary.vue index c8b1d239c..82165e3a8 100644 --- a/src/views/ebiz/sale/Beneficiary.vue +++ b/src/views/ebiz/sale/Beneficiary.vue @@ -85,8 +85,8 @@ export default { getOrderDetail({ orderNo: localStorage.orderNo }).then(res => { if (res.result == 0) { // this.isShowEvaluationPoint = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint - // let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false - // this.$store.commit('updateAnswerType', updateAnswerType ) + let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false + this.$store.commit('updateAnswerType', updateAnswerType ) this.$utils.intLocalStorage(res) this.type = res.orderDTO.orderInfoDTO.bnfFlag == '1' ? '2' : '1' //bnfFlag 0-法定受益人 1-指定受益人 if (res.orderDTO.orderInfoDTO.bnfFlag == null) { diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index bc5d53af9..bd1308f5c 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -556,6 +556,9 @@ export default { const orderNo = this.$CacheUtils.getLocItem('orderNo') getOrderDetail({ orderNo: orderNo }).then((res) => { if (res.result == 0) { + let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false + console.log(updateAnswerType,'updateAnswerType'); + this.$store.commit( 'updateAnswerType',updateAnswerType ) //投保人信息返显 this.userInfo = res.orderDTO.appntDTO this.setCustomerMarriage(res.orderDTO.appntDTO.marriage) diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 3811b6712..9f22233f7 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -610,6 +610,7 @@ export default { } }, created() { + this.$store.commit('updateAnswerType', false ) this.specilFlag = this.$route.query.specilFlag //如果是编辑/导航进来 // if (this.$route.query.edit) { diff --git a/src/views/ebiz/sale/NotifyingMessage.vue b/src/views/ebiz/sale/NotifyingMessage.vue index e59104718..902ca518a 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -195,9 +195,10 @@ export default { // getOrderDetail({ orderNo: `8186270000000036` }).then(res => { if (res.result == 0) { //投被保险人关系 - this.isShowEvaluationPoint = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint + // this.isShowEvaluationPoint = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false - this.$store.commit('updateAnswerType', updateAnswerType ) + console.log(updateAnswerType,'updateAnswerType'); + this.$store.commit( 'updateAnswerType',updateAnswerType ) this.isExistAdditionalRisk = res.orderDTO.insuredDTOs[0].riskDTOLst.length > 1 ? true : false console.log('this.is ====', this.isExistAdditionalRisk) this.relationToAppnt = res.orderDTO.insuredDTOs[0].relationToAppnt diff --git a/src/views/ebiz/sale/answerSuccess.vue b/src/views/ebiz/sale/answerSuccess.vue index 299ad6798..d3c6c30d1 100644 --- a/src/views/ebiz/sale/answerSuccess.vue +++ b/src/views/ebiz/sale/answerSuccess.vue @@ -22,7 +22,7 @@