Explorar el Código

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

“fujiacheng” hace 1 año
padre
commit
69eefa26ca
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',
   });
 }