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 = [];