修复问题:

【管理系统】数据统计-桌台统计页面中,按时间筛选出当日时间各个桌台订单数量,点击跳转到订单页面结果不准确
This commit is contained in:
2024-11-04 15:01:29 +08:00
parent f95ae26298
commit 63ef70ab6a
2 changed files with 5 additions and 8 deletions

View File

@@ -134,12 +134,11 @@ export default {
//携带table id跳转到订单列表页面
toTableOrderList(data) {
// console.log(data)
let date = [this.query.createdAt[0], this.query.createdAt[1]]
this.$router.push({
path: '/order_manage/order_list',
query: {
tableName: data.tableName,
date: date
timeValue: this.timeValue
}
})
},