Browse Source

Merge branch '02_07search' into online

mo 4 years ago
parent
commit
543a1c4ba0

+ 1 - 4
src/views/businessManager/orderManager/backMoney.vue

@@ -306,11 +306,8 @@ export default {
     //   }
     // },
     onReSet() {
-
-      console.log(this.searchForm);
-      this.getNow();
-      console.log(this.searchForm);
         this.$refs["searchForm"].resetFields();
+          this.getNow();
       this.search();
     },
     onFormClose(formName) {

+ 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: {