fixing bug api kpi

This commit is contained in:
Warunee Tamkoo 2024-05-17 14:58:27 +07:00
parent 9e0b341a5a
commit 96d0764f76
5 changed files with 9 additions and 6 deletions

View file

@ -56,7 +56,7 @@ const router = useRouter();
async function fetchEvaluation() {
await http
.get(config.API.kpiEvaluation + `/${id.value}`)
.get(config.API.kpiUserEvaluation + `/${id.value}`)
.then(async (res) => {
const data = await res.data.result;