代客下单修复就餐人数问题,台桌人数限制问题

This commit is contained in:
2024-09-25 14:50:09 +08:00
parent 66e15de9eb
commit a210389439
2 changed files with 6 additions and 7 deletions

View File

@@ -337,7 +337,8 @@ export default {
this.$router.push({ path: "/tool/Instead/index", query: {
table_name: this.selTable.name,
tableId: this.selTable.tableId,
useType: this.selTable.type,
maxCapacity:this.selTable.maxCapacity,
useType: this.selTable.useType,
...query
}});
},