Selaa lähdekoodia

调整为固定日期

wolyshaw 4 vuotta sitten
vanhempi
commit
9d2f73bb15
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: {