fix รายงานทะเบียนประวัติ ==> sysName
This commit is contained in:
parent
bdd5b222ca
commit
78f854f2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -643,7 +643,7 @@ const expanded = ref<string[]>([]);
|
||||||
const expandedModal = ref<boolean>(false);
|
const expandedModal = ref<boolean>(false);
|
||||||
|
|
||||||
async function fetchTree() {
|
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) {
|
if (data) {
|
||||||
node.value = data;
|
node.value = data;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue