【修改】 单词拼写错误
This commit is contained in:
@@ -50,6 +50,6 @@ export const setSpecialtyRole = async (data) => {
|
||||
}
|
||||
|
||||
// 查询专业列表
|
||||
export const getSpeciatListByTenantId = async () => {
|
||||
return await request.get({ url: '/system/user/getSpeciatListByTenantId' })
|
||||
export const getSpecialtListByTenantId = async () => {
|
||||
return await request.get({ url: '/system/user/getSpecialtListByTenantId' })
|
||||
}
|
||||
|
@@ -65,7 +65,7 @@ export const updateTeacher = (data: UserVO) => {
|
||||
}
|
||||
// 通过账号类型判断专业授权等信息
|
||||
export const getSpecialtyByUserId = () => {
|
||||
return request.get({ url: '/system/user/getSpeciatListByUser' })
|
||||
return request.get({ url: '/system/user/getSpecialtListByUser' })
|
||||
}
|
||||
|
||||
// 删除用户
|
||||
|
Reference in New Issue
Block a user