fixing
This commit is contained in:
parent
97825247d7
commit
8d370fd487
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@ export class AssignController extends Controller {
|
||||||
Department: splitOcAmount > 2 ? splitOc[splitOcAmount - 3] : "-",
|
Department: splitOcAmount > 2 ? splitOc[splitOcAmount - 3] : "-",
|
||||||
OrganizationOrganization: splitOcAmount > 1 ? splitOc[splitOcAmount - 2] : "-",
|
OrganizationOrganization: splitOcAmount > 1 ? splitOc[splitOcAmount - 2] : "-",
|
||||||
Oc: profileData.orgRootName,
|
Oc: profileData.orgRootName,
|
||||||
PositionLevel: profileData.positionName + profileData.positionLevelName,
|
PositionAndLevel: profileData.positionName + profileData.positionLevelName,
|
||||||
};
|
};
|
||||||
|
|
||||||
const jobs = await this.assignJobRepository.find({
|
const jobs = await this.assignJobRepository.find({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue