彭宇 hai 1 ano
pai
achega
02d4585e44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
         })