รายการให้ออกจากราชการ (ลูกจ้าง

This commit is contained in:
setthawutttty 2025-01-27 11:52:40 +07:00
parent 78fd30bc9d
commit ef992ac559
6 changed files with 449 additions and 14 deletions

View file

@ -514,7 +514,7 @@ function outPost() {
await http
.post(config.API.retirementOut, formData)
.then(async () => {
await router.push("/retirement/dismiss-order");
await router.push(`${empType.value === "-employee" ? `/retirementEmployee`:`/retirement/dismiss-order`}`);
await success($q, "ดำเนินการสำเร็จ");
})
.catch((e) => {