From 751dfc2ab82e0a19e5cc453341052046beb5f357 Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Wed, 5 Mar 2025 18:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/monthReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/report/monthReport/index.vue b/src/views/report/monthReport/index.vue index 1e06053..4aa95a9 100644 --- a/src/views/report/monthReport/index.vue +++ b/src/views/report/monthReport/index.vue @@ -624,7 +624,7 @@ export default { this.title = "应出勤天数组成"; this.queryRequiredDays.userId = row.userId; this.queryRequiredDays.attCurrentDay = row.attCurrentDay; - this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth + '-01'; + this.queryRequiredDays.attCurrentMonth = row.attCurrentMonth; this.showRequiredDays = true; this.getRequiredDaysList(); },