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