Moss 1 anno fa
parent
commit
f09a2093da

+ 7 - 1
src/views/mallManagement/activity/fullpiece_discount/index.vue

@@ -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
+      //   }
+      // })
     },
 
     // 导出