This commit is contained in:
Warunee Tamkoo 2024-07-10 12:16:52 +07:00
parent 00e284ec09
commit 9eddae557d
2 changed files with 10 additions and 7 deletions

View file

@ -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"