แก้ประเมินบุคคล

This commit is contained in:
Warunee Tamkoo 2023-12-23 11:43:02 +07:00
parent c7dde080e0
commit 74e65d80a4
3 changed files with 9 additions and 6 deletions

View file

@ -140,14 +140,14 @@ async function saveEvaluation(formSpec: any, detail: any) {
await http
.post(config.API.evaluationCheckspec(), form)
.then((res) => {
console.log(res);
fetchCheckStatus();
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
hideLoader();
fetchCheckStep(store?.evaluateId);
hideLoader();
});
}