仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmMes
DM云工厂标准版
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
大屏
Mr.Shi
2023-08-22
d5d7e33e403a4ffe49f5dd1d073fcdf21bc0bb88
[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}`)
}