This commit is contained in:
Warunee Tamkoo 2024-04-22 12:03:52 +07:00
parent bae113cf21
commit 2a4a9c9645
2 changed files with 2 additions and 2 deletions

View file

@ -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();