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