updated path api get tree by system
This commit is contained in:
parent
03e925a41b
commit
b38c9c69b5
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ export default {
|
|||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
orgByid: (id: string) => `${organization}/${id}`,
|
||||
orgByIdSystem: (id: string, sys: string) => `${organization}/${id}/${sys}`,
|
||||
orgByIdSystem: (id: string, sys: string) =>
|
||||
`${organization}/system/${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