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/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/ecg/doctor/index.vue b/src/views/ecg/doctor/index.vue
index e98c963..7819df7 100644
--- a/src/views/ecg/doctor/index.vue
+++ b/src/views/ecg/doctor/index.vue
@@ -85,7 +85,7 @@
     return
   }
 
-  patientList.value = await DoctorApi.getPatientList(roomBedVO)
+  patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO)
   getOnstagePatient()
   patientStat.value = await DoctorApi.getDevReadyStatistic(roomBedVO)
   const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO)

--
Gitblit v1.9.3