โอนคนสรรหาไปบรรจุ
This commit is contained in:
parent
d08b3625f3
commit
78163d36c0
11 changed files with 249 additions and 83 deletions
|
|
@ -232,7 +232,10 @@ const getTable = async () => {
|
|||
organizationShortName: data.organizationShortName,
|
||||
positionNumber: data.positionNumber,
|
||||
positionPath: data.positionPath,
|
||||
reportingDate: dateText(new Date(data.reportingDate)),
|
||||
reportingDate:
|
||||
data.reportingDate == null
|
||||
? null
|
||||
: dateText(new Date(data.reportingDate)),
|
||||
examNumber: data.examNumber,
|
||||
bmaOfficer: convertBmaOfficer(data.bmaOfficer),
|
||||
statusId: data.statusId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue