fix:银保列表编辑跳转页面

This commit is contained in:
刘慧影
2025-09-18 18:37:05 +08:00
parent f43135cdf2
commit dd1ce78a4b
2 changed files with 8 additions and 1 deletions

View File

@@ -1790,6 +1790,9 @@
orderNo: this.$route.query.orderNo, orderNo: this.$route.query.orderNo,
}, },
appntDTO: {}, appntDTO: {},
userModel: {
branchType: this.branchType
}
}, },
} }
if (this.userInfo.mediaDTOS == '') { if (this.userInfo.mediaDTOS == '') {

View File

@@ -545,7 +545,11 @@ export default {
}else { }else {
url = '/sale/answerPage?edit=1&orderNo='+orderNo url = '/sale/answerPage?edit=1&orderNo='+orderNo
} }
}else if(orderStatus == ''){//跳到投保人 } else if(orderStatus == '' || (orderStatus == '66' && this.branchType == '14')){
/*
*跳到投保人
*银保渠道特殊情况66投保人信息填写不完整
*/
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo url = '/sale/insuredInfo?edit=1&orderNo='+orderNo
}else if(orderStatus == '44'){//建议书转投保, 跳到投保人 }else if(orderStatus == '44'){//建议书转投保, 跳到投保人
url = '/sale/insuredInfo?edit=1&orderNo='+orderNo url = '/sale/insuredInfo?edit=1&orderNo='+orderNo