|
@@ -170,7 +170,7 @@ onBeforeMount(() => {
|
|
averageScoreLists.push(averageScore)
|
|
averageScoreLists.push(averageScore)
|
|
lowSpeedLists.push(2)
|
|
lowSpeedLists.push(2)
|
|
}
|
|
}
|
|
- typeList.value = typeList;
|
|
|
|
|
|
+ typeList.value = typeLists;
|
|
fullAvgRateList.value = fullAvgRateLists;
|
|
fullAvgRateList.value = fullAvgRateLists;
|
|
averageScoreList.value = averageScoreLists;
|
|
averageScoreList.value = averageScoreLists;
|
|
lowSpeedList.value = lowSpeedLists;
|
|
lowSpeedList.value = lowSpeedLists;
|