no message
This commit is contained in:
parent
5f5942089a
commit
d9c98f4f25
7 changed files with 169 additions and 56 deletions
|
|
@ -238,7 +238,7 @@ export class DevelopmentScholarshipController extends Controller {
|
|||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลทุนการศึกษา/ฝึกอบรมนี้");
|
||||
}
|
||||
const formattedData = {
|
||||
root: getDevelopment.root ? getDevelopment.root : null,
|
||||
org: getDevelopment.org ? getDevelopment.org : null,
|
||||
rank: getDevelopment.rank ? getDevelopment.rank : null,
|
||||
prefix: getDevelopment.prefix ? getDevelopment.prefix : null,
|
||||
firstName: getDevelopment.firstName ? getDevelopment.firstName : null,
|
||||
|
|
@ -367,7 +367,7 @@ export class DevelopmentScholarshipController extends Controller {
|
|||
"isGraduated",
|
||||
"graduatedDate",
|
||||
"graduatedReason",
|
||||
"root",
|
||||
"org",
|
||||
],
|
||||
});
|
||||
if (!getDevelopment) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue