From 8911c156ae36be1577a582d5cb69eeb159a2d833 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 10 Jan 2024 18:07:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B9=84?= =?UTF-8?q?=E0=B8=A1=E0=B9=88=E0=B8=9A=E0=B8=B1=E0=B8=87=E0=B8=84=E0=B8=B1?= =?UTF-8?q?=E0=B8=9A=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_appealComplain/views/Form.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/07_appealComplain/views/Form.vue b/src/modules/07_appealComplain/views/Form.vue index 5ff9df2..b8de8d3 100644 --- a/src/modules/07_appealComplain/views/Form.vue +++ b/src/modules/07_appealComplain/views/Form.vue @@ -100,11 +100,7 @@ function validateForm() { } } if (hasError.every((result) => result === true)) { - if (formData.files.length === 0) { - modalWarning($q, "ข้อความแจ้งเตือน", "กรุณาอัปโหลดไฟล์"); - } else { onSubmit(formData); - } } else { console.log("ไม่ผ่าน "); console.log(hasError);