feat: 增加桌台统计跳转订单页面传参
This commit is contained in:
@@ -141,10 +141,9 @@ export default {
|
||||
toTableOrderList(data) {
|
||||
// console.log(data)
|
||||
this.$router.push({
|
||||
path: "/order_manage/order_list",
|
||||
path: "/order/index",
|
||||
query: {
|
||||
tableName: data.tableName,
|
||||
timeValue: this.timeValue,
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user