src/views/ecg/doctor/index.vue
@@ -58,6 +58,10 @@ } } const callAgain = async () => { await DoctorApi.callAgainPatient(roomBedVO) } const getOnstagePatient = () => { const tempPatient : QueueVO | undefined = patientList.value.find(item => item.status === 30) if (undefined === tempPatient) { @@ -146,10 +150,6 @@ const devInstallPanelRef = ref() const setOnStagePatient = (tempPatient: QueueVO | undefined) => { devInstallPanelRef.value.setPatient(tempPatient) } const callAgain = () => { } </script>