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