This commit is contained in:
2024-10-25 16:03:42 +08:00
6 changed files with 356 additions and 204 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
}
});
}