From 443ec1b0826b4066dca7e9dfa297506e96cd07f1 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 30 Jan 2023 17:11:38 +0800 Subject: [PATCH] bug --- .../activeAnalysis/app/AppActiveAnalysis/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() },