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