Mr.Shi
2023-08-22 d5d7e33e403a4ffe49f5dd1d073fcdf21bc0bb88
1
2
3
4
5
6
import axiosInstance from './request';
 
// 员工产品统计TOP10
export function getDepartmentList (companyId) {
  return axiosInstance.get(`statistics/getDepartmentList/${companyId}`)
}