diff --git a/project/activeAnalysis/app/AppActiveAnalysis/components/List.vue b/project/activeAnalysis/app/AppActiveAnalysis/components/List.vue index 3e3d30ba..e550fa18 100644 --- a/project/activeAnalysis/app/AppActiveAnalysis/components/List.vue +++ b/project/activeAnalysis/app/AppActiveAnalysis/components/List.vue @@ -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() },