This commit is contained in:
2023-07-20 17:14:21 +08:00
parent f4663d99d6
commit 4b0cdc23ec

View File

@ -275,7 +275,7 @@ export default {
let seriesData = [];
let yindicator = [];
this.categoryScoreList.forEach(el => {
seriesData.push(el.itemFraction);
seriesData.push(el.avgItemFraction);
if (el.avgCategoryName == null) {
el.avgCategoryName = "暂无";
}