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