nothing
This commit is contained in:
@@ -229,6 +229,7 @@ const fetchPatients = async () => {
|
||||
status: props.status,
|
||||
startAt: reportStore.timestampCurrentRange[0],
|
||||
endAt: reportStore.timestampCurrentRange[1],
|
||||
departmentId: reportStore.reportInfo.department.department_id
|
||||
}
|
||||
await axios.post('/api/mis/patients', data).then((res) => {
|
||||
patientsData.value[props.status] = reportStore.addRowNumbers(res.data)
|
||||
|
||||
Reference in New Issue
Block a user