add status
This commit is contained in:
parent
837925b926
commit
0c646b7c6e
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ export class DevelopmentScholarshipController extends Controller {
|
||||||
posType: item.posType ? item.posType.posTypeName : null,
|
posType: item.posType ? item.posType.posTypeName : null,
|
||||||
posLevel: item.posLevel ? item.posLevel.posLevelName : null,
|
posLevel: item.posLevel ? item.posLevel.posLevelName : null,
|
||||||
posExecutive: item.posExecutive,
|
posExecutive: item.posExecutive,
|
||||||
|
status: item.status,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
return new HttpSuccess({ data: formattedData, total });
|
return new HttpSuccess({ data: formattedData, total });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue