API structure chart
This commit is contained in:
parent
96e463009f
commit
e05aad6617
6 changed files with 125 additions and 43 deletions
|
|
@ -15,6 +15,7 @@ export const useOrganizational = defineStore("organizationalStore", () => {
|
|||
const dataActive = ref<DataActive>();
|
||||
const activeId = ref<string>();
|
||||
const draftId = ref<string>();
|
||||
const historyId = ref<string>();
|
||||
const treeId = ref<string>();
|
||||
const level = ref<number>();
|
||||
const isPublic = ref<boolean>(false);
|
||||
|
|
@ -126,6 +127,7 @@ export const useOrganizational = defineStore("organizationalStore", () => {
|
|||
convertType,
|
||||
draftId,
|
||||
activeId,
|
||||
historyId,
|
||||
treeId,
|
||||
level,
|
||||
isPublic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue