แก้ API
This commit is contained in:
parent
d78b7db124
commit
459428979b
12 changed files with 37 additions and 33 deletions
|
|
@ -294,7 +294,7 @@ function fetchData() {
|
|||
function fetchTree() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.devStrategy)
|
||||
.get(config.API.devStrategy+`/edit`)
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
nodes.value = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue