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