Merge branch 'develop' into devTee
This commit is contained in:
commit
db968d9dd5
9 changed files with 382 additions and 301 deletions
|
|
@ -5,6 +5,7 @@ const organization = `${env.API_URI}/org`;
|
|||
export default {
|
||||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
orgByid: (id: string) => `${organization}/${id}`,
|
||||
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