This commit is contained in:
liushuai
2020-03-14 09:21:10 +08:00
parent 39f0eb1525
commit fb25d5036c
5 changed files with 145 additions and 84 deletions

View File

@@ -502,7 +502,7 @@ export default {
},
methods: {
getCurrentTime() {
this.dateRange = [this.getTime1(70), this.getTime0(0)]
this.dateRange = [this.getTime1(70), this.getTime0(1)]
},
getTime0(num) {
var date0 = new Date()