โครงสร้าง
This commit is contained in:
parent
112f650623
commit
0f706b8e75
11 changed files with 123 additions and 13 deletions
|
|
@ -225,7 +225,7 @@ async function fetchDataTree(id: string) {
|
|||
.get(config.API.orgByid(id))
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
nodeTree.value = data;
|
||||
nodeTree.value = data.data;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue