【FIX】解决冲突代码合并

This commit is contained in:
勾通
2025-10-30 17:26:53 +08:00
parent e3ff31bc61
commit 715f2747d7
9 changed files with 138 additions and 109 deletions

View File

@@ -396,14 +396,14 @@
resultData = await orderDetail({ orderNo: this.$route.query.orderNo, isMerge: '1' })
}
if (resultData.result == 0) {
if( resultData.orderDTO ) {
//判断是否显示风险测评tab
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
this.$store.commit('updateAnswerType', updateAnswerType )
// console.log(updateAnswerType,'updateAnswerType');
this.renovate = new Date().getTime()
}
// if( resultData.orderDTO ) {
// //判断是否显示风险测评tab
// let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
// this.$store.commit('updateAnswerType', updateAnswerType )
// // console.log(updateAnswerType,'updateAnswerType');
// this.renovate = new Date().getTime()
// }
this.renovate = new Date().getTime()
let riskDTOLst
if (isProposal) {
this.$CacheUtils.setLocItem('saleInsuredInfo',JSON.stringify(resultData.content[0].appntDTO))//存储投保人信息