Explorar el Código

Merge branch 'all-v4-fjc' into 'all-v4'

fix: 用户管理-组织管理 修改查询部门接口

See merge request skyeye/skyeye_frontend/skyeye-admin!342
Fei Liu hace 1 año
padre
commit
c1c6059f8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/deptInfo/index.ts

+ 1 - 1
src/api/deptInfo/index.ts

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