fix \n
This commit is contained in:
parent
b1b9700e40
commit
faa4bc9c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue