彭宇 il y a 1 an
Parent
commit
02d4585e44
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()
         })