Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-27 09:44:25 +07:00
commit 7f352dc559

View file

@ -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;
}