소스 검색

调整为固定日期

wolyshaw 4 년 전
부모
커밋
9d2f73bb15
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/main/constant.js

+ 2 - 2
src/views/main/constant.js

@@ -106,7 +106,7 @@ export const errorType = {
     query: {
       searchType: 'ERR_ATTENDANCE',
       ...dates,
-      start: '2021-02-20',
+      start: '2021-02-01',
     },
   },
   TEACHER_NOT_A_CLASS: {
@@ -117,7 +117,7 @@ export const errorType = {
     query: {
       searchType: 'NO_ATTENDANCE',
       ...dates,
-      start: '2021-02-20',
+      start: '2021-02-01',
     },
   },
   TEACHER_LEAVE: {