mirror of
https://github.com/PlayEdu/backend
synced 2026-03-06 18:00:07 +08:00
部门管理部门列表
This commit is contained in:
@@ -26,7 +26,7 @@ export function updateDepartment(
|
||||
parentId: number,
|
||||
sort: number
|
||||
) {
|
||||
return client.post(`/backend/v1/department/${id}`, {
|
||||
return client.put(`/backend/v1/department/${id}`, {
|
||||
name,
|
||||
parent_id: parentId,
|
||||
sort,
|
||||
|
||||
Reference in New Issue
Block a user