彭宇 1 年之前
父节点
当前提交
02d4585e44
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()
         })