This commit is contained in:
BianLzhaoMin 2026-01-06 13:19:29 +08:00
parent acc3e4d6df
commit 47956830b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const getProjectListAPI = (data) => {
// 获取考勤概览列表
export const getAttOverviewListAPI = (data) => {
return request({
url: '/workerLight/getWorkerAttByMonth',
url: '/bmw/workerLight/getWorkerAttByMonth',
method: 'GET',
params: data,
})