From 3bbdb3301c2a6d72b7fcc3620dafa4e7ba9c4d92 Mon Sep 17 00:00:00 2001 From: "@0Melon0" <576788380@qq.com> Date: Thu, 11 Jul 2024 14:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/waitList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/waitList/index.vue b/src/views/waitList/index.vue index 0aff9d2..3b213c7 100644 --- a/src/views/waitList/index.vue +++ b/src/views/waitList/index.vue @@ -99,7 +99,7 @@ export default { textWaitToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - today = '2024-06-06'; + // today = '2024-06-06'; getAnesPatientList(today) .then(res => { this.patientList = [];