feat(placement): add UpdateDraftStatus menu option
This commit is contained in:
parent
0d5cb36fb2
commit
c700cf0abd
2 changed files with 47 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export default {
|
|||
placementDefermentInfo: (id: string) => `${placement}/pass/deferment/${id}`,
|
||||
placementDisclaimInfo: (id: string) => `${placement}/pass/disclaim/${id}`,
|
||||
placementUpdatePass: `${placement}/pass/update-status`,
|
||||
placementUpdateDraftStatus: `${placement}/update/draft-status`,
|
||||
|
||||
//personal
|
||||
placementPersonalId: (personalId: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue