|
@@ -252,8 +252,14 @@ export default {
|
|
|
|
|
|
// 订单详情
|
|
|
toOrderDetail(orderId) {
|
|
|
- let {href} = this.$router.resolve({path: `/order/detail?orderId=${orderId}`});
|
|
|
+ let {href} = this.$router.resolve({path: `/mallManagement/order/order_list_children/order_detail?orderId=${orderId}`});
|
|
|
window.open(href, '_blank');
|
|
|
+ // this.$router.push({
|
|
|
+ // name: "order_detail",
|
|
|
+ // query: {
|
|
|
+ // orderId
|
|
|
+ // }
|
|
|
+ // })
|
|
|
},
|
|
|
|
|
|
// 导出
|