员工新增管理

This commit is contained in:
duan
2024-11-22 10:07:40 +08:00
parent 2a40135ac0
commit 9f91ea0c27
2 changed files with 17 additions and 15 deletions

View File

@@ -100,7 +100,7 @@ export function updateStatus(data) {
// 编辑
export function tbPlussShopStaffDetail(id) {
return request({
url: `/api/tbPlussShopStaff/${id}`,
url: `/api/tbPlussShopStaff/` + id,
method: "get"
});
}