fix select field
This commit is contained in:
parent
eb5e259874
commit
c6ef604c5f
2 changed files with 12 additions and 0 deletions
|
|
@ -631,6 +631,10 @@ export class AssignController extends Controller {
|
||||||
"positionLineName",
|
"positionLineName",
|
||||||
"orgRootName",
|
"orgRootName",
|
||||||
"organization",
|
"organization",
|
||||||
|
"orgChild1Name",
|
||||||
|
"orgChild2Name",
|
||||||
|
"orgChild3Name",
|
||||||
|
"orgChild4Name",
|
||||||
],
|
],
|
||||||
where: {
|
where: {
|
||||||
personal_id: assign.personal_id,
|
personal_id: assign.personal_id,
|
||||||
|
|
@ -884,6 +888,10 @@ export class AssignController extends Controller {
|
||||||
"positionLineName",
|
"positionLineName",
|
||||||
"orgRootName",
|
"orgRootName",
|
||||||
"organization",
|
"organization",
|
||||||
|
"orgChild1Name",
|
||||||
|
"orgChild2Name",
|
||||||
|
"orgChild3Name",
|
||||||
|
"orgChild4Name",
|
||||||
],
|
],
|
||||||
where: {
|
where: {
|
||||||
personal_id: assign.personal_id,
|
personal_id: assign.personal_id,
|
||||||
|
|
|
||||||
|
|
@ -277,6 +277,10 @@ export class EvaluateResultController extends Controller {
|
||||||
"positionLevelName",
|
"positionLevelName",
|
||||||
"organization",
|
"organization",
|
||||||
"orgRootName",
|
"orgRootName",
|
||||||
|
"orgChild1Name",
|
||||||
|
"orgChild2Name",
|
||||||
|
"orgChild3Name",
|
||||||
|
"orgChild4Name",
|
||||||
],
|
],
|
||||||
where: { personal_id: assign.personal_id },
|
where: { personal_id: assign.personal_id },
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue