From 62753617dfae7fccacf8cefc9d30476b30dbafb2 Mon Sep 17 00:00:00 2001 From: xyc <3422692813@qq.com> Date: Fri, 11 Jul 2025 15:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/countEmployees.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/countEmployees.vue b/pages/index/countEmployees.vue index 3c3f8ee..7411dfc 100644 --- a/pages/index/countEmployees.vue +++ b/pages/index/countEmployees.vue @@ -154,7 +154,7 @@ const startOfMonth = new Date(now.getFullYear(), now.getMonth(), 1); this.queryParams.datetimeRange = [ - this.formatDate(startOfMonth), // 月初 + this.formatDate(now), // 月初 this.formatDate(now), // 今天 ]; },