仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmMes
DM云工厂标准版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
平台端新需求
jiangping
2023-08-22
4ca4e5271d03989e41bb5c0d6914a1dec380e47b
[productDev/dmMes.git]
/
screen_standard
/
src
/
utils
/
apis.js
1
2
3
4
5
6
import axiosInstance from './request';
// 员工产品统计TOP10
export function getDepartmentList (companyId) {
return axiosInstance.get(`statistics/getDepartmentList/${companyId}`)
}