销售行为管理办法万能险和分红险分数大于85分逻辑添加

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-02-27 10:11:06 +08:00
parent a9809d32bd
commit cf0661b6ba

View File

@@ -207,6 +207,16 @@ methods:{
if (res.result == 0) {
if(res.orderDTO.riskEvaluationDTO.totalScore < 85){
this.thisdialogshow = true
} else {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/sale/answerSuccess?orderNo=' + this.$route.query.orderNo,
},
routerInfo: {
path: '/sale/answerSuccess?orderNo=' + this.$route.query.orderNo
}
})
}
} else {
this.$toast(res.resultMessage)