diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index bd9087eb2..6ed5667c0 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -676,8 +676,8 @@ export default { // on close }) } - 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.appntDTO = res.orderDTO.appntDTO this.orderInfoDTO = res.orderDTO.orderInfoDTO //如果是从编辑进来的 diff --git a/src/views/ebiz/sale/InsuredPerson.vue b/src/views/ebiz/sale/InsuredPerson.vue index 9f22233f7..3811b6712 100644 --- a/src/views/ebiz/sale/InsuredPerson.vue +++ b/src/views/ebiz/sale/InsuredPerson.vue @@ -610,7 +610,6 @@ 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 902ca518a..77d0c4cab 100644 --- a/src/views/ebiz/sale/NotifyingMessage.vue +++ b/src/views/ebiz/sale/NotifyingMessage.vue @@ -195,11 +195,14 @@ 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 this.$utils.intLocalStorage(res)