This commit is contained in:
Warunee Tamkoo 2023-12-14 18:09:41 +07:00
parent 2a1c2ab615
commit 3219f15b74

View file

@ -54,7 +54,7 @@ function onSubmit(data: any) {
.post(config.API.appealAdd(), formData)
.then((res) => {
/** รอรับ id จาก response */
// router.push(`/appeal-complain/${res.data.result}`);
router.push(`/appeal-complain/${res.data.result}`);
success($q, "บันทึกข้อมูลสำเร็จ");
})
.catch((e) => {