diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 53da98df1..4a9bb7b54 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -201,6 +201,7 @@ export default { accBankCity: '', areaStr: '', orderInfoDTO: '', + updateAnswerType:false, } }, methods: { @@ -659,6 +660,7 @@ export default { message: '加载中……' }) if (res.result == 0) { + this.updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false this.$store.commit('updateAnswerType', updateAnswerType ) console.log(updateAnswerType,'updateAnswerType'); @@ -752,6 +754,10 @@ export default { }, 100) // 筛选按钮的点击事件 window.appCallBack = this.appCallBack + // this.updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false + // let updateAnswerType = res.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false + this.$store.commit('updateAnswerType', this.updateAnswerType ) + console.log(this.updateAnswerType,'updateAnswerType'); }, computed: { listenChange() { diff --git a/src/views/ebiz/sale/Beneficiary.vue b/src/views/ebiz/sale/Beneficiary.vue index 953c72c11..3a73246e5 100644 --- a/src/views/ebiz/sale/Beneficiary.vue +++ b/src/views/ebiz/sale/Beneficiary.vue @@ -71,7 +71,7 @@ export default { bnfFlag: '0', // 受益人类型 bnfType: '0', // 0 身故受益人 1 身前受益人 salePageFlag: '4', - // isShowEvaluationPoint:'0' + isShowEvaluationPoint:'0' } }, created() { @@ -84,7 +84,7 @@ export default { } else { getOrderDetail({ orderNo: localStorage.orderNo }).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');