From ee3fc230edb9cfbf912acca8b010e5bb2ae9eebd Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 21 Feb 2024 14:43:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=B4=E0=B8=94=20popup=20=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=9A=E0=B8=B1=E0=B8=99?= =?UTF-8?q?=E0=B8=97=E0=B8=B6=E0=B8=81=E0=B8=AA=E0=B8=B3=E0=B9=80=E0=B8=A3?= =?UTF-8?q?=E0=B9=87=E0=B8=88=E0=B9=80=E0=B8=97=E0=B9=88=E0=B8=B2=E0=B8=99?= =?UTF-8?q?=E0=B8=B1=E0=B9=89=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../02_organizationalNew/components/DialogFormPosition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/02_organizationalNew/components/DialogFormPosition.vue b/src/modules/02_organizationalNew/components/DialogFormPosition.vue index ab7c74983..f74c1b2ed 100644 --- a/src/modules/02_organizationalNew/components/DialogFormPosition.vue +++ b/src/modules/02_organizationalNew/components/DialogFormPosition.vue @@ -388,12 +388,12 @@ function onSubmit() { false ); props.getSummary?.(); + close(); }) .catch((err) => { messageError($q, err); }) .finally(() => { - close(); hideLoader(); }) : props.rowId &&