แก้สืบ
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), {
|
.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();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue