แผนผังองค์กร
This commit is contained in:
parent
3e213f0681
commit
43772f8d0a
5 changed files with 306 additions and 2 deletions
|
|
@ -52,4 +52,11 @@ export default {
|
|||
dataUserCertificateHistory:(type:string,id:string) => `${profileOrg}/${type}/history/${id}`,
|
||||
dataUserHonorHistory:(type:string,emType:string,id:string) => `${profileOrg}${emType}/${type}/history/${id}`,
|
||||
dataUserOtherHistory:(id:string)=>`${profileOrg}/other/history/${id}`,
|
||||
|
||||
|
||||
|
||||
orgActive:`${org}/active`,
|
||||
/** struct-chart*/
|
||||
orgStructChart: (id: string, type: string) =>
|
||||
`${org}/struct-chart/${id}/${type}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue