mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 13:26:44 +08:00
【建议书优化需求】复制建议书现在有问题
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
50f0abd62e
commit
6b3edcb2b9
@@ -305,13 +305,13 @@ export default {
|
||||
//拷贝
|
||||
copy(item) {
|
||||
//建议书列表 编辑=》制作中的建议书跳转到选择被保险人页面;
|
||||
this.$CacheUtils.setLocItem('proposalNo', item.orderInfoDTO.orderNo)
|
||||
this.$CacheUtils.setLocItem('canMoveOn', 1)
|
||||
let params = {
|
||||
orderNo:item.orderInfoDTO.orderNo
|
||||
}
|
||||
proposalCopy(params).then(res => {
|
||||
if (res.result == '0') {
|
||||
this.$CacheUtils.setLocItem('proposalNo', res.content)
|
||||
let url = `/proposal/appnt?proposalOrderNo=${res.content}`
|
||||
this.$router.push({ path: url })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user