updated
This commit is contained in:
parent
2a1c2ab615
commit
3219f15b74
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue