แก้สืบ

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), { .put(config.API.investigateApprove(id.value), {
persons: dataMapId, persons: dataMapId,
}) })
.then((res) => { .then((res) => {
// router.push(`/discipline/investigatefacts`); router.push(`/discipline/investigatefacts`);
}) })
.catch((e) => { .catch((e) => {
messageError($q, e); messageError($q, e);
}) })
.finally(() => { .finally(() => {
hideLoader(); hideLoader();
getData();
}); });
} }