บรรจุ แต่งตั้ง เลื่อนย้าย > เมนูขอโอน ปรับ card profile
This commit is contained in:
parent
b7a6c919ec
commit
9bae48eb68
2 changed files with 10 additions and 3 deletions
|
|
@ -40,7 +40,9 @@ function fetchDataProfile(data: DataProfile) {
|
|||
fetchProfile(data.profileId);
|
||||
}
|
||||
profile.id = data.profileId;
|
||||
profile.fullName = `${data.prefix}${data.firstName} ${data.lastName}`;
|
||||
profile.fullName = `${data.prefix ?? ""}${data.firstName ?? ""} ${
|
||||
data.lastName ?? ""
|
||||
} `;
|
||||
profile.position =
|
||||
data.position == "" || data.position === null ? "-" : data.position;
|
||||
if (data.posTypeName && data.posLevelName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue