bug
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.today = this.$moment().format('YYYY-MM-DD')
|
||||
this.today = this.$moment(new Date().getTime() - 24 * 60 * 60 * 1000).format('YYYY-MM-DD')
|
||||
this.getTree()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user