@@ -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()
})