fixing redirect ปรับระดับชั้นงานลูกจ้าง

This commit is contained in:
Warunee Tamkoo 2024-08-08 17:09:13 +07:00
parent 332ee5526b
commit 93973bb9b4

View file

@ -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) => {