src/views/ecg/doctor/Routine.vue
@@ -60,7 +60,7 @@ } const callAgain = async () => { await DoctorApi.callAgainPatient(roomBedVO) await DoctorApi.callPatientAgain(roomBedVO) } const getOnstagePatient = () => { @@ -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)