Эх сурвалжийг харах

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

yanglingling 2 жил өмнө
parent
commit
c5b9057f9d

+ 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,
         },