代客下单挂单增加参数tableID

This commit is contained in:
2024-08-23 14:22:04 +08:00
parent 335d604f5f
commit eaaf7f5c60

View File

@@ -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;
},