瀏覽代碼

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

“fujiacheng” 1 年之前
父節點
當前提交
c7e40317bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',
   });
 }