feat:add item publish isorgType === 'draft'
This commit is contained in:
parent
8af6a4253c
commit
b1cdb4eef4
3 changed files with 69 additions and 6 deletions
|
|
@ -37,6 +37,8 @@ interface OrgTree {
|
|||
orgRevisionId: string;
|
||||
isOfficer: boolean;
|
||||
children: OrgTree[];
|
||||
orgName: string;
|
||||
orgDnaId: string;
|
||||
}
|
||||
|
||||
interface OrgRevision {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue