mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 12:56:43 +08:00
【国富人寿】建议书转投保跳转链接拼接建议书号
This commit is contained in:
@@ -745,7 +745,7 @@ export default {
|
||||
//校验该代理人是否有该产品的售卖权限
|
||||
return this.$toast('您暂无使用权限!如有问题咨询,请联系个险业务部。')
|
||||
}
|
||||
let path = '/sale/insuredInfo?edit=1'
|
||||
let path = '/sale/insuredInfo?edit=1&proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
if (this.mainRiskCodes) {
|
||||
if (this.mainRiskCodes.length === 2) {
|
||||
let prd26 = this.mainRiskCodes.some(item => {
|
||||
|
||||
Reference in New Issue
Block a user