소스 검색

修改了了燃动分析报表展示问题

duanxiaoduan 1 년 전
부모
커밋
f0e1c8f03f
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 3 2
      src/views/report/queryCombustion/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


+ 3 - 2
src/views/report/queryCombustion/index.vue

@@ -616,8 +616,8 @@ export default {
         console.log('XX部门用油量==>图10', response)
         if(response.data.chart_data){
           this.chart_data9 = {
-            data1:response.data.eqCost,
-            xdata:response.data.typeName
+            data1:response.data.chart_data.eqCost,
+            xdata:response.data.chart_data.typeName
           }
         }else{
           this.chart_data9 = {
@@ -1024,6 +1024,7 @@ export default {
     },
     // XX部门用X量
     roadChart9(chart_data) {
+      console.log(chart_data,'=====')
       if (this.chart9 != null) {
         this.chart9.dispose()
       }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.