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

@ -37,6 +37,8 @@ interface OrgTree {
orgRevisionId: string;
isOfficer: boolean;
children: OrgTree[];
orgName: string;
orgDnaId: string;
}
interface OrgRevision {