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(); };