Обновлен стартовый экран
Переписаны запросы для статистики, отчетов Добавлена интеграция отчета сестры
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
import {NDatePicker} from 'naive-ui'
|
||||
const onUpdateDateQuery = (value) => {
|
||||
axios.get(`/api/metric-forms/1/report-by-date?sent_at=${value}`)
|
||||
.then(res => {
|
||||
console.log(res)
|
||||
})
|
||||
.then(() => {})
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user