学员新建,编辑初步

This commit is contained in:
禺狨
2023-03-06 15:09:11 +08:00
parent cf9c64e04b
commit 6c60beb61d
9 changed files with 451 additions and 76 deletions

View File

@@ -57,7 +57,7 @@ export function updateUser(
idCard: string,
depIds: number[]
) {
return client.post(`/backend/v1/user/${id}`, {
return client.put(`/backend/v1/user/${id}`, {
email,
nickname,
name,