spring
2025-03-04 0f80d9b8140f6eb2b6935e4a7eb5f1252da5f0c2
src/api/index/report.js
@@ -9,17 +9,17 @@
  })
}
//首页-->首页工时统计
export function manHourByStation(query) {
export function currentUserWorkHourCount(query) {
  return request({
    url: '/report/manHourByStation',
    url: '/report/currentUserWorkHourCount',
    method: 'get',
    params: query
  })
}
//首页-->首页工时统计
export function manHourByPerson() {
export function msgRoll(query) {
  return request({
    url: '/report/manHourByPerson',
    url: '/informationNotification/msgRoll',
    method: 'get',
    params: query
  })