Explorar o código

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

yanglingling %!s(int64=2) %!d(string=hai) anos
pai
achega
c5b9057f9d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/plat/punchRecords/index.vue

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

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