feat:add item publish isorgType === 'draft'

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-11 10:18:32 +07:00
parent 8af6a4253c
commit b1cdb4eef4
3 changed files with 69 additions and 6 deletions

View file

@ -198,4 +198,8 @@ export default {
orgIssues: `${organization}/issues`,
// active รักษาการในตำแหน่งตามหน่วยงาน
activeActPosition: (id: string) => `${orgPosAct}/${id}`,
//เผยแพร่จากร่างเป็นปัจจุบัน
moveDraftToCurrent: (rootDndId: string) =>
`${organization}/move-draft-to-current/${rootDndId}`,
};