This commit is contained in:
AdisakKanthawilang 2025-04-08 11:16:04 +07:00
parent b1b9700e40
commit faa4bc9c4d

View file

@ -7191,7 +7191,7 @@ export class ProfileController extends Controller {
: posMaster_.orgChild1.orgChild1Name,
posMaster_ == null || posMaster_.orgRoot == null ? null : posMaster_.orgRoot.orgRootName,
];
const org = fullNameParts.filter((part) => part !== undefined && part !== null).join(" ");
const org = fullNameParts.filter((part) => part !== undefined && part !== null).join("\n");
//find commander(ผู้บังคับบัญชา)
let node = 4;