This commit is contained in:
yanran200730
2023-01-30 17:11:38 +08:00
parent b947d4236d
commit 443ec1b082

View File

@@ -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()
},