From d89112ab83cad80bd36449ac7aa8b72673831646 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 7 Sep 2023 13:20:44 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=84=E0=B8=82=20fileuplo?= =?UTF-8?q?ad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../07_insignia/components/3_result/fileUpload.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/modules/07_insignia/components/3_result/fileUpload.vue b/src/modules/07_insignia/components/3_result/fileUpload.vue index d427aeed8..542b280e7 100644 --- a/src/modules/07_insignia/components/3_result/fileUpload.vue +++ b/src/modules/07_insignia/components/3_result/fileUpload.vue @@ -70,6 +70,7 @@ const getRequest = async () => { .get(config.API.requestDocNote(props.roundId as string)) .then((res: any) => { const data = res.data.result; + rows2.value = []; data.map((item: TypeData) => { rows2.value.push({ fileName: item.fileName, @@ -140,6 +141,7 @@ const save = () => { label="ไฟล์เอกสาร" hide-bottom-space lazy-rules + accept=".pdf" >