mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 04:06:44 +08:00
SAVE
This commit is contained in:
@@ -263,6 +263,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user