แก้สืบ
This commit is contained in:
parent
a8aefe6e02
commit
f55a0c7285
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue