彭宇 1 anno fa
parent
commit
785c10e631
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/views/bigdata/chart-eventTrend.vue

+ 3 - 1
src/views/bigdata/chart-eventTrend.vue

@@ -28,8 +28,10 @@
       sjqs(){
         let that = this
         getSjqs().then(resp=>{
-          that.data_sjqs_month = resp.data.mouth
+          that.data_sjqs_month = resp.data.month
           that.data_sjqs_num = resp.data.num
+          console.log(that.data_sjqs_month)
+          console.log(that.data_sjqs_num)
           that.myEcharts()
         })
       },