代客下单增加台桌切换
当台桌切换时重新获取取餐码,购物车数据,订单数据,就餐人数
This commit is contained in:
@@ -9,7 +9,10 @@ export function tbShopTableGet(params) {
|
||||
return request({
|
||||
url: `/api/tbShopTable`,
|
||||
method: "get",
|
||||
params
|
||||
params:{
|
||||
shopId: localStorage.getItem("shopId"),
|
||||
...params
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user