Parcourir la source

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

duanxiaoduan il y a 1 an
Parent
commit
f0e1c8f03f
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 0 0
      dist/index.html
  2. 3 2
      src/views/report/queryCombustion/index.vue

Fichier diff supprimé car celui-ci est trop grand
+ 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()
       }

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff