From e365ed04bb6a228c88f1d4025e73352d5054fb15 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 26 Oct 2023 12:03:08 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=20-=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B8=A5=E0=B8=B9?= =?UTF-8?q?=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87=20=E0=B8=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B9=81=E0=B8=95=E0=B9=88=E0=B8=87=E0=B8=95?= =?UTF-8?q?=E0=B8=B1=E0=B9=89=E0=B8=87=E0=B9=80=E0=B8=9B=E0=B9=87=E0=B8=99?= =?UTF-8?q?=20"=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B8=8A=E0=B8=B1=E0=B9=89=E0=B8=99?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=20-=20=E0=B8=A2=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=A2"=20-=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=20redirect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Profile.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index e05076839..59baa9447 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -208,15 +208,9 @@ > - แต่งตั้ง + ปรับระดับชั้นงาน - ย้าย - { }) .finally(() => { hideLoader(); + router.push('/help-government') }); }); }; @@ -1116,6 +1111,7 @@ const repatriationPost = async () => { }) .finally(() => { hideLoader(); + router.push('/repatriate') }); }); }; @@ -1135,6 +1131,7 @@ const appointPost = async () => { }) .finally(() => { hideLoader(); + router.push('/appoint-promote') }); }); }; @@ -1155,6 +1152,7 @@ const appointEmployeePost = async () => { }) .finally(() => { hideLoader(); + router.push('/appoint-employee') }); }); }; @@ -1182,6 +1180,7 @@ const outPost = async () => { }) .finally(() => { hideLoader(); + router.push('/dismiss-order') }); }); }; @@ -1201,6 +1200,7 @@ const dischargePost = async () => { }) .finally(() => { hideLoader(); + router.push('/discharged') }); }); }; @@ -1220,6 +1220,7 @@ const expulsionPost = async () => { }) .finally(() => { hideLoader(); + router.push('/expulsion') }); }); }; @@ -1239,6 +1240,7 @@ const otherPost = async () => { }) .finally(() => { hideLoader(); + router.push('/other') }); }); };