fix select field

This commit is contained in:
Warunee Tamkoo 2025-06-06 16:36:58 +07:00
parent eb5e259874
commit c6ef604c5f
2 changed files with 12 additions and 0 deletions

View file

@ -631,6 +631,10 @@ export class AssignController extends Controller {
"positionLineName",
"orgRootName",
"organization",
"orgChild1Name",
"orgChild2Name",
"orgChild3Name",
"orgChild4Name",
],
where: {
personal_id: assign.personal_id,
@ -884,6 +888,10 @@ export class AssignController extends Controller {
"positionLineName",
"orgRootName",
"organization",
"orgChild1Name",
"orgChild2Name",
"orgChild3Name",
"orgChild4Name",
],
where: {
personal_id: assign.personal_id,

View file

@ -277,6 +277,10 @@ export class EvaluateResultController extends Controller {
"positionLevelName",
"organization",
"orgRootName",
"orgChild1Name",
"orgChild2Name",
"orgChild3Name",
"orgChild4Name",
],
where: { personal_id: assign.personal_id },
});