org root add responsibility

This commit is contained in:
kittapath 2025-03-14 13:26:37 +07:00
parent 11c79abc31
commit 856315b7bc
8 changed files with 74 additions and 45 deletions

View file

@ -64,6 +64,7 @@ export class OrgRootController extends Controller {
}
const getOrgRoot = {
orgRootId: orgRoot.id,
responsibility: orgRoot.responsibility,
orgRootName: orgRoot.orgRootName,
orgName: "-",
orgRootShortName: orgRoot.orgRootShortName,