fix
This commit is contained in:
@ -291,8 +291,8 @@ const filterData = (params: any) => {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
responseTime: {
|
responseTime: {
|
||||||
it: {
|
menit: {
|
||||||
total: l_durasi_response,
|
total: item.total_durasi_response,
|
||||||
rataRata: item.avg_durasi_response,
|
rataRata: item.avg_durasi_response,
|
||||||
max: item.max_durasi_response,
|
max: item.max_durasi_response,
|
||||||
min: item.min_durasi_response
|
min: item.min_durasi_response
|
||||||
@ -374,4 +374,5 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
@/utils/api/graphql
|
Reference in New Issue
Block a user