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:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-02 15:41:37 +07:00
commit 611cca1738
4 changed files with 191 additions and 4 deletions

View file

@ -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}`,
};