Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/develop' into develop

yanglingling 2 rokov pred
rodič
commit
c5b9057f9d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/plat/punchRecords/index.vue

+ 1 - 1
src/views/plat/punchRecords/index.vue

@@ -90,7 +90,7 @@
         queryForm: {
         queryForm: {
           userNickName: '',
           userNickName: '',
           daysBeforeToday: 0,
           daysBeforeToday: 0,
-          date: [],
+          date: [this.parseTime(new Date().setMonth(new Date().getMonth() - 1)), this.parseTime(new Date())],
           beginTime: undefined,
           beginTime: undefined,
           endTime: undefined,
           endTime: undefined,
         },
         },