fixing list tree registry by system
This commit is contained in:
parent
f8d7496b70
commit
f5ffae0d87
3 changed files with 22 additions and 8 deletions
|
|
@ -13,6 +13,7 @@ export default {
|
|||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
orgByid: (id: string) => `${organization}/${id}`,
|
||||
orgByIdSystem: (id: string, sys: string) => `${organization}/${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