fix bug
This commit is contained in:
parent
bae113cf21
commit
2a4a9c9645
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ function getData() {
|
|||
http
|
||||
.get(config.API.kpiEvaluation)
|
||||
.then((res) => {
|
||||
dataLevel.value = res.data.result;
|
||||
dataLevel.value = res.data.result.data;
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue