From ec4dd527c41256c4a44cb0e4812e76cef66ac3f1 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 21 Dec 2023 16:33:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AA=E0=B8=A3=E0=B8=B8=E0=B8=9B=E0=B8=9C?= =?UTF-8?q?=E0=B8=A5=20=E0=B8=A7=E0=B8=B4=E0=B8=99=E0=B8=B1=E0=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/11_discipline/components/4_Result/Form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/11_discipline/components/4_Result/Form.vue b/src/modules/11_discipline/components/4_Result/Form.vue index 6897d6b08..ce3bfeeae 100644 --- a/src/modules/11_discipline/components/4_Result/Form.vue +++ b/src/modules/11_discipline/components/4_Result/Form.vue @@ -225,7 +225,7 @@ function uploadFile() { } function downloadFile(link: string) { - // window.open(link, "_blank"); + window.open(link, "_blank"); } function deleteFile(id: string) {