排队bug修改

This commit is contained in:
duan
2024-09-23 14:03:56 +08:00
parent 899fd4b93d
commit 5db9cc69a3
3 changed files with 124 additions and 54 deletions

View File

@@ -573,6 +573,17 @@ export function tbPlussShopStaff(data) {
});
}
export function tbShopPermissionlist(params) {
return request({
url: `/api/tbShopPermission/list`,
method: "get",
params
});
}
/**
* 通过id获取员工信息
* @returns
@@ -603,6 +614,13 @@ export function callRecord(params) {
params
});
}
export function callTablecall(data) {
return request({
url: `/callTable/call`,
method: 'post',
data
});
}
// 删除桌型
export function callTabledelete(data) {
return request({