fix issue #1350
This commit is contained in:
parent
fd736da4c0
commit
fbef363ca1
1 changed files with 1 additions and 1 deletions
|
|
@ -5112,7 +5112,7 @@ export class CommandController extends Controller {
|
||||||
const profileSalary: ProfileSalary = Object.assign(new ProfileSalary(), {
|
const profileSalary: ProfileSalary = Object.assign(new ProfileSalary(), {
|
||||||
profileId: item.profileId,
|
profileId: item.profileId,
|
||||||
commandId: item.commandId,
|
commandId: item.commandId,
|
||||||
position: profile.position,
|
positionName: profile.position,
|
||||||
positionType: profile?.posType?.posTypeName ?? null,
|
positionType: profile?.posType?.posTypeName ?? null,
|
||||||
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
positionLevel: profile?.posLevel?.posLevelName ?? null,
|
||||||
positionExecutive: position?.posExecutive?.posExecutiveName ?? null,
|
positionExecutive: position?.posExecutive?.posExecutiveName ?? null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue