Обновлен стартовый экран

Переписаны запросы для статистики, отчетов
Добавлена интеграция отчета сестры
This commit is contained in:
brusnitsyn
2026-05-28 22:10:00 +09:00
parent 90e0d04dfd
commit 739168d427
96 changed files with 6663 additions and 1465 deletions

View File

@@ -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>