diff --git a/src/api/exceptionHandle/errorForm.js b/src/api/exceptionHandle/errorForm.js index 2b115c1..3c38f12 100644 --- a/src/api/exceptionHandle/errorForm.js +++ b/src/api/exceptionHandle/errorForm.js @@ -38,3 +38,12 @@ export function exportExceptionError(query) { }) } +// 审批提醒 +export function examineRemind(data) { + return request({ + url: '/system/attExceptionHandle/examineRemind', + method: 'post', + data: data + }) +} + diff --git a/src/views/attendanceReport/monthlyError/index.vue b/src/views/attendanceReport/monthlyError/index.vue index 0b79f1f..ad459d0 100644 --- a/src/views/attendanceReport/monthlyError/index.vue +++ b/src/views/attendanceReport/monthlyError/index.vue @@ -5,20 +5,13 @@ - - - - + + {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }} - @@ -210,23 +202,24 @@