From 2a0abd7c03115d3701a9a5d3b2f410b46b90169a Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 2 May 2024 17:22:06 +0700 Subject: [PATCH] fix bug --- src/modules/05_placement/components/Other/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_placement/components/Other/Detail.vue b/src/modules/05_placement/components/Other/Detail.vue index d95c597f1..e6bcc14dd 100644 --- a/src/modules/05_placement/components/Other/Detail.vue +++ b/src/modules/05_placement/components/Other/Detail.vue @@ -91,7 +91,7 @@ const fetchData = async () => { const onSubmit = async () => { dialogConfirm( $q, - () => { + async () => { let data = { educationOld: educationOld.value, organizationPositionOld: organizationPositionOld.value,