feat:add item publish isorgType === 'draft'
This commit is contained in:
parent
8af6a4253c
commit
b1cdb4eef4
3 changed files with 69 additions and 6 deletions
|
|
@ -198,4 +198,8 @@ export default {
|
|||
orgIssues: `${organization}/issues`,
|
||||
// active รักษาการในตำแหน่งตามหน่วยงาน
|
||||
activeActPosition: (id: string) => `${orgPosAct}/${id}`,
|
||||
|
||||
//เผยแพร่จากร่างเป็นปัจจุบัน
|
||||
moveDraftToCurrent: (rootDndId: string) =>
|
||||
`${organization}/move-draft-to-current/${rootDndId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue