modified: .gitignore
This commit is contained in:
@@ -98,7 +98,7 @@ const fetchUnwantedEvents = () => {
|
||||
departmentId: props.departmentId
|
||||
}
|
||||
axios.post('/api/mis/patients', data).then((res) => {
|
||||
observablePatients.value = reportStore.addRowNumbers(res.data)
|
||||
observablePatients.value = reportStore.addRowNumbers(res.data?.data ?? res.data ?? [])
|
||||
}).finally(() => {
|
||||
loading.value = false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user