From e4bb67837897301d82bcd7ad9e391422d6e7f865 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 15 十月 2024 14:13:50 +0800 Subject: [PATCH] refactor --- src/views/ecg/doctor/Routine.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/ecg/doctor/Routine.vue b/src/views/ecg/doctor/Routine.vue index c3a23bd..943e3a1 100644 --- a/src/views/ecg/doctor/Routine.vue +++ b/src/views/ecg/doctor/Routine.vue @@ -83,7 +83,7 @@ return } - patientList.value = await DoctorApi.getPatientList(roomBedVO) + patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO) getOnstagePatient() patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO) const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO) -- Gitblit v1.9.3