feat(sep): testing integrate reference

This commit is contained in:
riefive
2025-10-20 09:42:58 +07:00
parent d6ca09d065
commit 151383a3d4
+1 -2
View File
@@ -70,8 +70,7 @@ async function fetchPatients(params: any = { 'page-size': 10 }) {
patients.value = result.body.data.map(mapPatientToRow)
paginationMeta.value = mapPaginationMetaToRow(meta)
} else {
// fallback to empty array
patients.value = []
patients.value = [] // fallback to empty array
}
} catch (err) {
console.error('Failed to fetch patients for SEP search:', err)