diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index ae4d605..59c6bb9 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -115,7 +115,6 @@ export default { textToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - today = '2024-06-06'; getAnesPatientList({ ScheduledDateTime: today, Status: -1, diff --git a/src/views/waitList/index.vue b/src/views/waitList/index.vue index 405fb07..e9c9de2 100644 --- a/src/views/waitList/index.vue +++ b/src/views/waitList/index.vue @@ -98,7 +98,6 @@ export default { textToColor, onGetPageData() { let today = dayjs().format('YYYY-MM-DD'); - today = '2024-06-06'; getAnesPatientList({ ScheduledDateTime: today, Status: -1,