fix
This commit is contained in:
parent
3989c33dc5
commit
add9257513
1 changed files with 1 additions and 1 deletions
|
|
@ -1658,7 +1658,7 @@ export class KpiUserEvaluationController extends Controller {
|
||||||
})
|
})
|
||||||
.then(() => {})
|
.then(() => {})
|
||||||
.catch(() => {});
|
.catch(() => {});
|
||||||
item.evaluationStatus = "NEW_COMMANDER_HIGH";
|
item.evaluationStatus = "APPROVE";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue