彭宇 1 tahun lalu
induk
melakukan
785c10e631
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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()
         })
       },