แก้สืบ

This commit is contained in:
setthawutttty 2024-01-22 18:03:38 +07:00
parent a8aefe6e02
commit f55a0c7285

View file

@ -336,15 +336,15 @@ function emitPerson(data: FormData[]) {
.put(config.API.investigateApprove(id.value), {
persons: dataMapId,
})
.then((res) => {
// router.push(`/discipline/investigatefacts`);
router.push(`/discipline/investigatefacts`);
})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();
getData();
});
}