fix:bug showload profile
This commit is contained in:
parent
91c870955b
commit
b0b16131ab
4 changed files with 51 additions and 2 deletions
|
|
@ -26,6 +26,7 @@ export default {
|
|||
placementPass: () => `${placement}/pass`,
|
||||
placementDefermentInfo: (id: string) => `${placement}/pass/deferment/${id}`,
|
||||
placementDisclaimInfo: (id: string) => `${placement}/pass/disclaim/${id}`,
|
||||
placementUpdatePass: `${placement}/pass/update-status`,
|
||||
|
||||
//personal
|
||||
placementPersonalId: (personalId: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue