fix(development-scholarship):display_guarantorPosition
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m31s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m31s
This commit is contained in:
parent
b7c33cf25c
commit
8e1e5044c7
1 changed files with 3 additions and 1 deletions
|
|
@ -289,7 +289,9 @@ async function fetchDataDetail(id: string) {
|
|||
? data.guarantorCitizenId
|
||||
: "-";
|
||||
dataGuarantor.name = `${data.guarantorPrefix}${data.guarantorFirstName} ${data.guarantorLastName}`;
|
||||
dataGuarantor.position = data.position ? data.position : "-";
|
||||
dataGuarantor.position = data.guarantorPosition
|
||||
? data.guarantorPosition
|
||||
: "-";
|
||||
dataGuarantor.type = data.posTypeguarantorName
|
||||
? data.posTypeguarantorName
|
||||
: "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue