แก้ไขฟิลด์หน่วยงาน
This commit is contained in:
parent
995a09c1f5
commit
762b80e291
1 changed files with 10 additions and 3 deletions
|
|
@ -77,9 +77,16 @@ const fecthlistRecevice = async () => {
|
|||
personalId: e.id,
|
||||
citizenId: e.citizenId,
|
||||
fullname: e.firstname + " " + e.lastname,
|
||||
organizationName: "sssss",
|
||||
orgName: "xxaxa",
|
||||
organizationShortName: "ssss",
|
||||
organizationName:
|
||||
e.organizationName +
|
||||
" " +
|
||||
e.organizationShortName +
|
||||
" " +
|
||||
e.positionNumber +
|
||||
" " +
|
||||
e.positionPath,
|
||||
orgName: e.organizationName,
|
||||
organizationShortName: e.organizationShortName,
|
||||
positionNumber: e.positionNumber,
|
||||
positionPath: e.positionPath,
|
||||
birthday: date2Thai(e.dateOfBirth),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue