fix ข้อมูลหน่วยงานที่สังกัดอยู่ไม่แสดง #2185
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
This commit is contained in:
parent
88c276c7aa
commit
82527f0f49
1 changed files with 2 additions and 2 deletions
|
|
@ -1030,7 +1030,7 @@ export class WorkflowController extends Controller {
|
||||||
: data.map((x: any) => ({
|
: data.map((x: any) => ({
|
||||||
...x,
|
...x,
|
||||||
posExecutiveNameOrg:
|
posExecutiveNameOrg:
|
||||||
x.posExecutiveName ?? "" +
|
(x.posExecutiveName ?? "") +
|
||||||
(x.orgChild4 ?? x.orgChild3 ?? x.orgChild2 ?? x.orgChild1 ?? x.orgRoot ?? ""),
|
(x.orgChild4 ?? x.orgChild3 ?? x.orgChild2 ?? x.orgChild1 ?? x.orgRoot ?? ""),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
@ -1227,7 +1227,7 @@ export class WorkflowController extends Controller {
|
||||||
const processedData = data.map((x: any) => ({
|
const processedData = data.map((x: any) => ({
|
||||||
...x,
|
...x,
|
||||||
posExecutiveNameOrg:
|
posExecutiveNameOrg:
|
||||||
x.posExecutiveName ?? "" +
|
(x.posExecutiveName ?? "") +
|
||||||
(x.orgChild4 ?? x.orgChild3 ?? x.orgChild2 ?? x.orgChild1 ?? x.orgRoot ?? ""),
|
(x.orgChild4 ?? x.orgChild3 ?? x.orgChild2 ?? x.orgChild1 ?? x.orgRoot ?? ""),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue