From f76419792304abe109f6ff8ab0e3736f9ea44376 Mon Sep 17 00:00:00 2001 From: "@0Melon0" <576788380@qq.com> Date: Fri, 12 Jul 2024 16:00:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=8E=A5=E5=85=A5=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scheduleList/index.vue | 2 +- src/views/waitList/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index 5b68513..35d5dbf 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -120,7 +120,7 @@ export default { textToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - // today = '2024-06-06'; + today = '2024-06-06'; const QueryFiledDic = {}; this.queryCondition.forEach(queryItem => { if (queryItem['queryType'] == 'dateTime') { diff --git a/src/views/waitList/index.vue b/src/views/waitList/index.vue index 2235ffe..bc2f3a5 100644 --- a/src/views/waitList/index.vue +++ b/src/views/waitList/index.vue @@ -128,7 +128,7 @@ export default { textWaitToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - // today = '2024-06-06'; + today = '2024-06-06'; const QueryFiledDic = {}; this.queryCondition.forEach(queryItem => { if (queryItem['queryType'] == 'dateTime') {