This commit is contained in:
2024-07-12 15:07:48 +08:00
parent ddacb7cd87
commit c97b832e96

View File

@ -56,7 +56,7 @@ export function getDepartmentList(query) {
//科室
export function selectUserDepartment(query) {
return request({
url: '/system/department/selectUserDepartment',
url: '/system/department/selectDepartmentList',
method: 'get',
params: query
})