mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
电子投保流程中页面顶部导航条重新封装 并去掉各个页面重新设置是否展示相关页签的逻辑
This commit is contained in:
@@ -322,11 +322,7 @@ export default {
|
||||
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()
|
||||
|
||||
this.renovate = new Date().getTime()
|
||||
}
|
||||
let riskDTOLst
|
||||
if (isProposal) {
|
||||
|
||||
Reference in New Issue
Block a user