diff --git a/src/api/attendanceReport/monthlyError.js b/src/api/attendanceReport/monthlyError.js index ff27669..9fce7dd 100644 --- a/src/api/attendanceReport/monthlyError.js +++ b/src/api/attendanceReport/monthlyError.js @@ -21,9 +21,9 @@ export function getDetail(query) { // 导出工程 -export function exportEngineering(query) { +export function exportMonthlyError(query) { return request({ - url: '/bracelet/export/exportEngineering', + url: '/system/attDetailByMonth/export', method: 'get', responseType: 'blob', params: query diff --git a/src/views/attendanceReport/monthlyError/index.vue b/src/views/attendanceReport/monthlyError/index.vue index 24180bb..ea4b77d 100644 --- a/src/views/attendanceReport/monthlyError/index.vue +++ b/src/views/attendanceReport/monthlyError/index.vue @@ -128,7 +128,7 @@ /> - +