fixing list tree registry by system

This commit is contained in:
Warunee Tamkoo 2024-08-19 16:26:45 +07:00
parent f8d7496b70
commit f5ffae0d87
3 changed files with 22 additions and 8 deletions

View file

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