彭宇 1 سال پیش
والد
کامیت
785c10e631
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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()
         })
       },