【国富人寿】链接拼接订单号或者是建议书号

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-05-11 17:45:57 +08:00
parent b591827a03
commit 2af19f863d
24 changed files with 218 additions and 216 deletions

View File

@@ -546,7 +546,7 @@ export default {
if (agentResult.result == '0') {
this.agent.name = agentResult.name
}
params.proposalInfoDTO.proposalNo = this.$CacheUtils.getLocItem('proposalNo')
params.proposalInfoDTO.proposalNo = this.$route.query.proposalNo
getDemo(params).then(res => {
this.formatLocal(res)
})