fix เครื่องราช
This commit is contained in:
parent
2b691a746d
commit
4586aef931
9 changed files with 86 additions and 134 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue