fix ระบบทะเบียยนประวัติ (User) >> ตัวย่อ ข้อมูลระดับชั้นงาน ไม่แสดง #1441

This commit is contained in:
Bright 2025-04-23 14:34:35 +07:00
parent 7bba2fac81
commit 8d8b034d7b
3 changed files with 5 additions and 0 deletions

View file

@ -6788,6 +6788,7 @@ export class ProfileController extends Controller {
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeId: profile.posType == null ? null : profile.posType.id,
posExecutiveName: