This commit is contained in:
jiawei
2023-02-22 16:01:03 +08:00
parent 73fd6d896d
commit 5befbcda16
7 changed files with 21 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div style="background: #f5f5f5" class="select-product-container">
<div v-if="isFrom == 'sale'">
<index-bar></index-bar>
<index-bar :key="renovate"></index-bar>
</div>
<div class="mt8"></div>
<div v-for="(item, index) in chooseProducts" :key="index" class="mb20 bg-white mh15 pv15 pr15 pl10 radius5">
@@ -147,6 +147,7 @@ export default {
checkedUrl: require('@/assets/images/kmh/checked.png'),
noCheckedUrl: require('@/assets/images/kmh/no_checked.png'),
proposalOrderNo:'',
renovate:'',//刷新子组件
}
},
components: {
@@ -263,9 +264,6 @@ export default {
orderType: 'proposalInsuredInfo',
orderDTO: { insuredDTOs: [{ insuredId: insuredId }] }
})
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
this.$store.commit('updateAnswerType', updateAnswerType )
console.log(updateAnswerType,'updateAnswerType');
} else {
this.$toast.loading({
duration: 0, // 持续展示 toast
@@ -280,6 +278,7 @@ export default {
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
this.$store.commit('updateAnswerType', updateAnswerType )
console.log(updateAnswerType,'updateAnswerType');
this.renovate = new Date().getTime()
let riskDTOLst
if (isProposal) {
this.$CacheUtils.setLocItem('saleInsuredInfo',JSON.stringify(resultData.content[0].appntDTO))//存储投保人信息