รายการให้ออกจากราชการ (ลูกจ้าง
This commit is contained in:
parent
78fd30bc9d
commit
ef992ac559
6 changed files with 449 additions and 14 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue