فهرست منبع

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',
   });
 }