fix ระบบทะเบียยนประวัติ (User) >> ตัวย่อ ข้อมูลระดับชั้นงาน ไม่แสดง #1441
This commit is contained in:
parent
7bba2fac81
commit
8d8b034d7b
3 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue