From 8e45feb99cc23423b266a25b72861c8fe8d14bc2 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 11 Nov 2021 15:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=8C=96=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E6=97=A5=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standCalendar/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index d92793959..75f0b1cd4 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -162,7 +162,7 @@ export default { }) this.resDate = res this.dealMyDate() - + this.todayData = [] this.resDate.forEach(item=>{ if (item.date.slice(0,10) === this.nowDate) { this.todayData.push(item)