From d4150045e22b9dcc9217597efaac5d01f44ada87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Sat, 2 May 2026 11:45:33 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B2=D1=8B=D0=B3=D1=80=D1=83=D0=B7=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Settings_section/Setings_downloads.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings_section/Setings_downloads.vue b/src/components/Settings_section/Setings_downloads.vue index 1ebd41e..6f8b326 100644 --- a/src/components/Settings_section/Setings_downloads.vue +++ b/src/components/Settings_section/Setings_downloads.vue @@ -79,7 +79,7 @@ const downloadAll = async () => { link.href = url; link.setAttribute( "download", - `documents_${data_start.value}_${data_finish.value}.zip`, + `${selectedFilter.value}_${data_start.value}_${data_finish.value}.zip`, ); document.body.appendChild(link); link.click();