Merge branch 'nice' into develop
This commit is contained in:
commit
7f352dc559
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ const expanded = ref<string[]>([]);
|
|||
const expandedModal = ref<boolean>(false);
|
||||
|
||||
async function fetchTree() {
|
||||
const data = await fetchStructureTree(route.meta.Key as string, true);
|
||||
const data = await fetchStructureTree('SYS_REGISTRY_OFFICER' as string, true);
|
||||
if (data) {
|
||||
node.value = data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue