代客下单挂单增加参数tableID

This commit is contained in:
YeMingfei666 2024-08-23 14:22:04 +08:00
parent 335d604f5f
commit eaaf7f5c60
1 changed files with 1 additions and 1 deletions

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