Merge branch 'develop' into nice_dev
This commit is contained in:
commit
14a8416359
8 changed files with 393 additions and 243 deletions
|
|
@ -6,4 +6,6 @@ export default {
|
|||
/** โครงสร้างอัตรากำลัง*/
|
||||
activeOrganization: `${organization}/active`,
|
||||
createOrganization: `${organization}/draft`,
|
||||
|
||||
organizationHistoryNew:`${organization}/history`,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,4 +32,7 @@ export default {
|
|||
// listInsigniaHistoryId: (id: string) => `${insignia}history/${id}`,
|
||||
// listInsigniaPublished: `${insignia}history/published`,
|
||||
// listInsigniaPublishedHistory: `${insignia}history/published-history`,
|
||||
insigniaTypeNew: `${insigniaType}draft`,
|
||||
insigniaTypeNewId: (id: string) => `${insigniaType}${id}`,
|
||||
insigniaNewId: (id: string) => `${insignia}${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue