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