diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 23b6a6145..e4fbee911 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -661,6 +661,7 @@ export default { if (res.result == 0) { let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false this.$store.commit('updateAnswerType', updateAnswerType ) + console.log(updateAnswerType,'updateAnswerType'); if(res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint == '1'&&res.orderDTO.riskEvaluationDTO.totalScore == null){ Dialog.alert({ title: '提示', diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index e37df8df6..8f0d12d47 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -620,6 +620,7 @@ export default { this.isShowEvaluationPoint = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false this.$store.commit('updateAnswerType', updateAnswerType ) + console.log(updateAnswerType,'updateAnswerType'); //投被同人 if (res.orderDTO.insuredDTOs.length && res.orderDTO.insuredDTOs[0].relationToAppnt == '1') { this.$nextTick(() => { diff --git a/src/views/ebiz/sale/NotifyingMessage.vue b/src/views/ebiz/sale/NotifyingMessage.vue index c2405e6d1..2dc2527b8 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -199,9 +199,8 @@ export default { 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 ) + console.log(updateAnswerType,'updateAnswerType'); this.isExistAdditionalRisk = res.orderDTO.insuredDTOs[0].riskDTOLst.length > 1 ? true : false console.log('this.is ====', this.isExistAdditionalRisk)