修改
This commit is contained in:
parent
f4663d99d6
commit
4b0cdc23ec
@ -275,7 +275,7 @@ export default {
|
|||||||
let seriesData = [];
|
let seriesData = [];
|
||||||
let yindicator = [];
|
let yindicator = [];
|
||||||
this.categoryScoreList.forEach(el => {
|
this.categoryScoreList.forEach(el => {
|
||||||
seriesData.push(el.itemFraction);
|
seriesData.push(el.avgItemFraction);
|
||||||
if (el.avgCategoryName == null) {
|
if (el.avgCategoryName == null) {
|
||||||
el.avgCategoryName = "暂无";
|
el.avgCategoryName = "暂无";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user