|
@@ -3,7 +3,7 @@ import { http } from '@/utils/http/axios';
|
|
|
// 查询部门信息列表
|
|
// 查询部门信息列表
|
|
|
export function getDeptInfoList() {
|
|
export function getDeptInfoList() {
|
|
|
return http.request({
|
|
return http.request({
|
|
|
- url: '/dept/getDeptInfoList',
|
|
|
|
|
|
|
+ url: '/admin/dept/queryDeptPullDownList',
|
|
|
method: 'get',
|
|
method: 'get',
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|