管理端用户修改角色

This commit is contained in:
2024-12-26 14:13:20 +08:00
parent 5dedcbc2ef
commit d645df58c2
3 changed files with 95 additions and 21 deletions
+9
View File
@@ -325,3 +325,12 @@ export function useUserIDGetDoctorID(data) {
data
})
}
// 管理端修改用户角色
export function updateUserRoleInfo(data) {
return request({
url: `/User/updateUserRoleInfo`,
method: 'put',
data
})
}