diff --git a/src/api/report/monthReport.js b/src/api/report/monthReport.js index fac4a03..f8b79f9 100644 --- a/src/api/report/monthReport.js +++ b/src/api/report/monthReport.js @@ -29,3 +29,13 @@ export function getClockingRecordListByUserId(query) { params: query }) } + + +// 查询应出勤天数组成查询列表 +export function getRequiredDaysList(query) { + return request({ + url: '/system/attDetails/getAttMonthDaysMakeUp', + method: 'get', + params: query + }) +} diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 00f5efb..1e06053 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -43,7 +43,14 @@ - + + + +