fix-08
This commit is contained in:
parent
42cc4fd1e4
commit
069b5ea287
1 changed files with 3 additions and 3 deletions
|
|
@ -965,9 +965,9 @@ export class ReportController extends Controller {
|
|||
: null,
|
||||
affiliation: affiliation ?? null,
|
||||
durationKPI: data?.durationKPI ?? null,
|
||||
position: userInfo ? userInfo[0].position : null,
|
||||
posType: userInfo ? userInfo[0].posTypeName : null,
|
||||
posLevel: userInfo ? userInfo[0].posLevelName : null,
|
||||
position: userInfo ? userInfo[0]?.position : null,
|
||||
posType: userInfo ? userInfo[0]?.posTypeName : null,
|
||||
posLevel: userInfo ? userInfo[0]?.posLevelName : null,
|
||||
period1: Extension.ToThaiNumber(period1),
|
||||
period2: Extension.ToThaiNumber(period2),
|
||||
developments: formattedUserDevelopmentLists,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue