Browse Source

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

duanxiaoduan 1 year ago
parent
commit
f0e1c8f03f
2 changed files with 3 additions and 2 deletions
  1. 0 0
      dist/index.html
  2. 3 2
      src/views/report/queryCombustion/index.vue

File diff suppressed because it is too large
+ 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()
       }

Some files were not shown because too many files changed in this diff