mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 10:36:43 +08:00
save
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user