Merge branch 'nice_dev' into develop
# Conflicts: # src/api/02_organizational/api.organization.ts # src/modules/02_organizationalNew/interface/response/organizational.ts
This commit is contained in:
commit
611cca1738
4 changed files with 191 additions and 4 deletions
|
|
@ -29,5 +29,6 @@ export default {
|
|||
organizationShortName: `${organization}/sort`,
|
||||
organizationPublishGet: `${organization}/get/publish`,
|
||||
|
||||
orgPosExecutiveById:(id:string)=> `${orgPos}/executive/${id}`,
|
||||
orgPosExecutiveById: (id: string) => `${orgPos}/executive/${id}`,
|
||||
orgPosHistory: (id: string) => `${orgPos}/history/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue