彭宇 1 year ago
parent
commit
02d4585e44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bigdata/chart-eventTrend.vue

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

@@ -29,7 +29,7 @@
       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
           that.myEcharts()
         })