fix เครื่องราช

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-27 13:33:27 +07:00
parent 2b691a746d
commit 4586aef931
9 changed files with 86 additions and 134 deletions

View file

@ -15,6 +15,8 @@ export default {
orgByid: (id: string) => `${organization}/${id}`,
orgByIdSystem: (id: string, sys: string) =>
`${organization}/system/${id}/${sys}`,
orgByIdSystemRoot: (id: string, sys: string) =>
`${organization}/system-root/${id}/${sys}`,
createOrganization: `${organization}/draft`,
createOrgLevel: (type: string) => `${organization}/${type}`,
orgLevelByid: (type: string, id: string) => `${organization}/${type}/${id}`,