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