mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 05:16:44 +08:00
save
This commit is contained in:
@@ -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))//存储投保人信息
|
||||
|
||||
Reference in New Issue
Block a user