mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
建议书保费试算页面保存试算信息接口入参修改
This commit is contained in:
@@ -2956,7 +2956,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
let data = {
|
let data = {
|
||||||
serialNo:this.$CacheUtils.getLocItem('proposalNo'),
|
serialNo:this.$route.query.proposalOrderNo,
|
||||||
mainRiskId:insuanceId+'',
|
mainRiskId:insuanceId+'',
|
||||||
trialJsonStr:localStorage.chooseProducts
|
trialJsonStr:localStorage.chooseProducts
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user