add pos exe

This commit is contained in:
kittapath 2025-03-14 15:32:17 +07:00
parent 00d0f1f0fb
commit a4ebb83184
2 changed files with 10 additions and 0 deletions

View file

@ -2188,6 +2188,7 @@ export class DevelopmentController extends Controller {
position: x.plannedGoalPositions.map((y) => ({
id: y.id,
position: y.position,
posExecutive: y.posExecutive,
posTypeId: y.posTypePlannedId,
posType: y.posTypePlanned == null ? null : y.posTypePlanned.posTypeName,
posLevelId: y.posLevelPlannedId,