no message
This commit is contained in:
parent
0f82f9ae78
commit
4d9053dcdc
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ export class ProfileController extends Controller {
|
|||
RefAll: item.refCommandNo ?? null,
|
||||
PositionType: item.positionType ?? null,
|
||||
PositionLevel: item.positionLevel ?? null,
|
||||
PositionAmount: item.positionSalaryAmount ?? null,
|
||||
PositionAmount: item.positionSalaryAmount == null? null: item.positionSalaryAmount.toString(),
|
||||
FullName: `${profiles?.prefix} ${profiles?.firstName} ${profiles?.lastName}`,
|
||||
OcFullPath: `${_child4}${_child3}${_child2}${_child1}${_root}`,
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue