no message
This commit is contained in:
parent
fb2b9b4c30
commit
6a763e819b
4 changed files with 18 additions and 10 deletions
|
|
@ -86,5 +86,5 @@ export default {
|
|||
orgProfileEmp: `${orgEmployeePos}/profile`,
|
||||
orgSearchProfileEmp: `${orgProfile}-employee/search`,
|
||||
|
||||
orgProfileById:(id:string)=>`${orgProfile}/${id}`
|
||||
orgProfileById:(id:string,type:string)=>`${orgProfile}${type}/${id}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue