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