Jelajahi Sumber

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

“fujiacheng” 1 tahun lalu
induk
melakukan
c7e40317bb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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',
   });
 }