From 954f90a81a79852604324c7fc420f8874c8e6efa Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 7 Feb 2024 08:55:52 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=8A=E0=B9=87=E0=B8=84=E0=B8=AD?= =?UTF-8?q?=E0=B8=B1=E0=B8=9E=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C=E0=B8=81?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B8=9A=E0=B8=B1=E0=B8=99=E0=B8=97?= =?UTF-8?q?=E0=B8=B6=E0=B8=81=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Information/OldName.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/04_registry/components/Information/OldName.vue b/src/modules/04_registry/components/Information/OldName.vue index d34e79d24..098456670 100644 --- a/src/modules/04_registry/components/Information/OldName.vue +++ b/src/modules/04_registry/components/Information/OldName.vue @@ -68,9 +68,7 @@ -
+
{ * กดดูข้อมูลต่อไป */ const getData = () => { + fileUpload.value = []; const row = rows.value[rowIndex.value]; prefixId.value = row.prefixId; firstName.value = row.firstName; @@ -669,6 +668,7 @@ const clickEdit = () => { * กดปุ่มเพิ่มด้านบน table */ const clickAdd = async () => { + fileUpload.value = []; editRow.value = false; await addData(); };