Merge branch 'develop' of https://github.com/Frappet/BMA-EHR-USER into develop

This commit is contained in:
AnandaTon 2023-12-14 18:16:44 +07:00
commit 91e92f0e81

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