代客下单挂单增加参数tableID
This commit is contained in:
@@ -1607,7 +1607,7 @@ export default {
|
||||
},
|
||||
//获取挂起订单
|
||||
async getCacheOrder() {
|
||||
const res = await $getCacheOrder();
|
||||
const res = await $getCacheOrder({tableId:this.table.tableId});
|
||||
console.log(res);
|
||||
this.prveOrder.list = res;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user