แก้ประเมินบุคคล
This commit is contained in:
parent
c7dde080e0
commit
74e65d80a4
3 changed files with 9 additions and 6 deletions
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue