fixing redirect ปรับระดับชั้นงานลูกจ้าง
This commit is contained in:
parent
332ee5526b
commit
93973bb9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ function appointEmployeePost() {
|
|||
await http
|
||||
.post(config.API.appointEmployee(), formData)
|
||||
.then(async () => {
|
||||
await router.push("/appoint-employee");
|
||||
await router.push("/placement/appoint-employee");
|
||||
await success($q, "ดำเนินการสำเร็จ");
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue