From 35801019782fbb1dc0bbfd1cf03c7c2004a081ca Mon Sep 17 00:00:00 2001 From: jiawei Date: Wed, 22 Feb 2023 15:08:10 +0800 Subject: [PATCH] save --- src/views/ebiz/sale/AccountInformation.vue | 6 ++++++ src/views/ebiz/sale/Beneficiary.vue | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index e4fbee911..c9975e650 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');