API structure chart
This commit is contained in:
parent
96e463009f
commit
e05aad6617
6 changed files with 125 additions and 43 deletions
|
|
@ -44,4 +44,8 @@ export default {
|
|||
|
||||
/** report*/
|
||||
orgReport: (report: string) => `${organization}/report/${report}`,
|
||||
|
||||
/** struct-chart*/
|
||||
orgStructChart: (id: string, type: string) =>
|
||||
`${organization}/struct-chart/${id}/${type}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue