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