no message
This commit is contained in:
parent
92f3c3413f
commit
69556fb293
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
}
|
||||
|
||||
const kpiUserEvaluation = Object.assign(new KpiUserEvaluation(), requestBody);
|
||||
if (requestBody.profileId == undefined || requestBody.profileId == null) {
|
||||
if (requestBody.profileId != undefined && requestBody.profileId != null) {
|
||||
await new CallAPI()
|
||||
.GetData(request, "org/profile/profileid/position/" + requestBody.profileId)
|
||||
.then((x) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue