...
|
...
|
@@ -232,7 +232,10 @@ export default { |
|
|
extra: JSON.stringify({
|
|
|
forward: {
|
|
|
name: isDetail ? 'buyOrderDetail' : 'OrderList',
|
|
|
params: this.$route.params,
|
|
|
params: isDetail ? {
|
|
|
owner: this.$route.params.owner,
|
|
|
code: bidData.orderCode,//改为新订单号
|
|
|
} : this.$route.params,
|
|
|
},
|
|
|
reportType: 'buy',
|
|
|
}),
|
...
|
...
|
|