Authored by hongyong.zhao

修改订单详情页修改调价状态为关闭的问题

... ... @@ -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',
}),
... ...