fix
This commit is contained in:
parent
7acf30d9a5
commit
7beac004b2
1 changed files with 4 additions and 4 deletions
|
|
@ -245,9 +245,9 @@ export class DevelopmentScholarshipController extends Controller {
|
||||||
position: getDevelopment.position ? getDevelopment.position : null,
|
position: getDevelopment.position ? getDevelopment.position : null,
|
||||||
posExecutive: getDevelopment.posExecutive ? getDevelopment.posExecutive : null,
|
posExecutive: getDevelopment.posExecutive ? getDevelopment.posExecutive : null,
|
||||||
posLevelId: getDevelopment.posLevelId ? getDevelopment.posLevelId : null,
|
posLevelId: getDevelopment.posLevelId ? getDevelopment.posLevelId : null,
|
||||||
posLevelName: getDevelopment.posLevel.posLevelName ? getDevelopment.posLevel.posLevelName : null,
|
posLevelName: getDevelopment.posLevel?.posLevelName ? getDevelopment.posLevel?.posLevelName : null,
|
||||||
posTypeId: getDevelopment.posTypeId ? getDevelopment.posTypeId : null,
|
posTypeId: getDevelopment.posTypeId ? getDevelopment.posTypeId : null,
|
||||||
posTypeName: getDevelopment.posType.posTypeName ? getDevelopment.posType.posTypeName : null,
|
posTypeName: getDevelopment.posType?.posTypeName ? getDevelopment.posType?.posTypeName : null,
|
||||||
guarantorRank: getDevelopment.guarantorRank ? getDevelopment.guarantorRank : null,
|
guarantorRank: getDevelopment.guarantorRank ? getDevelopment.guarantorRank : null,
|
||||||
guarantorPrefix: getDevelopment.guarantorPrefix ? getDevelopment.guarantorPrefix : null,
|
guarantorPrefix: getDevelopment.guarantorPrefix ? getDevelopment.guarantorPrefix : null,
|
||||||
guarantorFirstName: getDevelopment.guarantorFirstName ? getDevelopment.guarantorFirstName : null,
|
guarantorFirstName: getDevelopment.guarantorFirstName ? getDevelopment.guarantorFirstName : null,
|
||||||
|
|
@ -256,9 +256,9 @@ export class DevelopmentScholarshipController extends Controller {
|
||||||
guarantorPosition: getDevelopment.guarantorPosition ? getDevelopment.guarantorPosition : null,
|
guarantorPosition: getDevelopment.guarantorPosition ? getDevelopment.guarantorPosition : null,
|
||||||
guarantorPosExecutive: getDevelopment.guarantorPosExecutive ? getDevelopment.guarantorPosExecutive : null,
|
guarantorPosExecutive: getDevelopment.guarantorPosExecutive ? getDevelopment.guarantorPosExecutive : null,
|
||||||
posLevelguarantorId: getDevelopment.posLevelguarantorId ? getDevelopment.posLevelguarantorId : null,
|
posLevelguarantorId: getDevelopment.posLevelguarantorId ? getDevelopment.posLevelguarantorId : null,
|
||||||
posLevelGuarantorName: getDevelopment.posLevelguarantor.posLevelName ? getDevelopment.posLevelguarantor.posLevelName : null,
|
posLevelguarantorName: getDevelopment.posLevelguarantor?.posLevelName ? getDevelopment.posLevelguarantor?.posLevelName : null,
|
||||||
posTypeguarantorId: getDevelopment.posTypeguarantorId ? getDevelopment.posTypeguarantorId : null,
|
posTypeguarantorId: getDevelopment.posTypeguarantorId ? getDevelopment.posTypeguarantorId : null,
|
||||||
posTypeGuarantorName: getDevelopment.posTypeguarantor.posTypeName ? getDevelopment.posTypeguarantor.posTypeName : null,
|
posTypeguarantorName: getDevelopment.posTypeguarantor?.posTypeName ? getDevelopment.posTypeguarantor?.posTypeName : null,
|
||||||
scholarshipYear: getDevelopment.scholarshipYear ? getDevelopment.scholarshipYear : null,
|
scholarshipYear: getDevelopment.scholarshipYear ? getDevelopment.scholarshipYear : null,
|
||||||
budgetSource: getDevelopment.budgetSource ? getDevelopment.budgetSource : null,
|
budgetSource: getDevelopment.budgetSource ? getDevelopment.budgetSource : null,
|
||||||
budgetApprove: getDevelopment.budgetApprove ? getDevelopment.budgetApprove : null,
|
budgetApprove: getDevelopment.budgetApprove ? getDevelopment.budgetApprove : null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue