增加无台桌下单切换台桌

This commit is contained in:
2024-10-25 14:50:52 +08:00
parent c473f30a37
commit 709036c050
3 changed files with 97 additions and 33 deletions

View File

@@ -450,3 +450,14 @@ export function $returnOrder(data) {
}
});
}
//获取台桌详情状态
export function $returnTableDetail(data) {
return request({
url: '/api/tbShopTable/state',
method: "get",
params:{
shopId: localStorage.getItem("shopId"),
...data
}
});
}