diff --git a/pages/center/Piabodata/Groupcontrast.vue b/pages/center/Piabodata/Groupcontrast.vue index 5138877..9fcad97 100644 --- a/pages/center/Piabodata/Groupcontrast.vue +++ b/pages/center/Piabodata/Groupcontrast.vue @@ -424,7 +424,7 @@ allobj.categories.push(item1.name) } obj.data.push(item1.avgExecutionRate) - if (max < item.avgExecutionRate) max = item.avgExecutionRate; + if (max < item1.avgExecutionRate) max = item1.avgExecutionRate; }) allobj.series.push(obj) }) diff --git a/pages/center/Piabodata/Theteamcompared.vue b/pages/center/Piabodata/Theteamcompared.vue index 62dbeaf..3f5beb4 100644 --- a/pages/center/Piabodata/Theteamcompared.vue +++ b/pages/center/Piabodata/Theteamcompared.vue @@ -219,6 +219,7 @@