소스 검색

问题修改

xujuanning 3 일 전
부모
커밋
0560ae24f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/economicsOperation/thematicAnalysis/windEnergy/index.vue

+ 1 - 1
src/views/economicsOperation/thematicAnalysis/windEnergy/index.vue

@@ -251,7 +251,7 @@ export default {
         list.targetList.forEach((item) => {
           barList[0].date.push(item.month + "月");
           barList[0].children.push(item.current || 0);
-          barList[1].children.push(item.compare || 0);
+          barList[1].children.push(item.sameperiod || 0);
         });
         this.barList = barList;
         this.BASE.closeLoading();