mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 16:46:43 +08:00
【把建议书的订单号传电子投保了, 建议书和电投订单号都用的orderNo混了】健康险,交叉渠道建议书MainRiskList主险列表proposalNo
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
} else {
|
||||
return new Promise((resolve, reject) => {
|
||||
getDetail({
|
||||
orderNo: this.$CacheUtils.getLocItem('orderNo')
|
||||
orderNo: this.$CacheUtils.getLocItem('proposalNo')
|
||||
}).then(res => {
|
||||
if (res.result == '0') {
|
||||
this.recommendType = res.content[0].recmdDTO?res.content[0].recmdDTO.recommendType:'';
|
||||
|
||||
Reference in New Issue
Block a user