diff --git a/app/components/content/encounter/list.vue b/app/components/content/encounter/list.vue index 065fbab1..76f32415 100644 --- a/app/components/content/encounter/list.vue +++ b/app/components/content/encounter/list.vue @@ -49,8 +49,7 @@ const refSearchNav: RefSearchNav = { async function getPatientList() { isLoading.isTableLoading = true - const resp = await xfetch('/api/v1/patient') - // const resp = await xfetch('/api/v1/encounter?includes=patient,patient-person') + const resp = await xfetch('/api/v1/encounter?includes=patient,patient-person') if (resp.success) { data.value = (resp.body as Record).data }