From 9af4afdc558f7cb51ba293d7f99da8d96a86d29b Mon Sep 17 00:00:00 2001 From: kubo8 Date: Thu, 22 Dec 2022 15:50:42 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=B3=84=20=ED=86=B5=EA=B3=84=20?= =?UTF-8?q?=EB=82=A0=EC=A7=9C=20=EC=84=A0=ED=83=9D=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/modules/stats/views/BsnmDayList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/modules/stats/views/BsnmDayList.vue b/frontend/src/modules/stats/views/BsnmDayList.vue index 28ecf1d..01f6e62 100644 --- a/frontend/src/modules/stats/views/BsnmDayList.vue +++ b/frontend/src/modules/stats/views/BsnmDayList.vue @@ -487,7 +487,6 @@ export default { closeDate(type) { if (type != undefined && type != null) { if (type == 'start') { - this.disabledSDate = { from: this.endDate }; this.disabledEDate = { to: this.startDate, from: this.endDate }; } else if (type == 'end') { let stDate = new Date(this.startDate);