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