feat(sep): testing integrate reference
This commit is contained in:
@@ -70,8 +70,7 @@ async function fetchPatients(params: any = { 'page-size': 10 }) {
|
|||||||
patients.value = result.body.data.map(mapPatientToRow)
|
patients.value = result.body.data.map(mapPatientToRow)
|
||||||
paginationMeta.value = mapPaginationMetaToRow(meta)
|
paginationMeta.value = mapPaginationMetaToRow(meta)
|
||||||
} else {
|
} else {
|
||||||
// fallback to empty array
|
patients.value = [] // fallback to empty array
|
||||||
patients.value = []
|
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Failed to fetch patients for SEP search:', err)
|
console.error('Failed to fetch patients for SEP search:', err)
|
||||||
|
|||||||
Reference in New Issue
Block a user