fixing
This commit is contained in:
parent
00e284ec09
commit
9eddae557d
2 changed files with 10 additions and 7 deletions
|
|
@ -79,9 +79,9 @@ function onClickApprove(type: string = "") {
|
|||
};
|
||||
http
|
||||
.post(config.API.kpiEvaluation + `/admin/${url}`, body)
|
||||
.then(() => {
|
||||
.then(async () => {
|
||||
store.selected = [];
|
||||
props.fetchList?.();
|
||||
await props.fetchList?.();
|
||||
success(
|
||||
$q,
|
||||
store.tabMainevaluator === "5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue