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