โครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-21 12:48:12 +07:00
parent 112f650623
commit 0f706b8e75
11 changed files with 123 additions and 13 deletions

View file

@ -56,7 +56,7 @@ async function fetchTree() {
await http
.get(config.API.orgByid(id))
.then((res) => {
nodeTree.value = res.data.result;
nodeTree.value = res.data.result.data;
})
.catch((err) => {
messageError($q, err);