|
@@ -28,8 +28,10 @@
|
|
|
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
|
|
|
+ console.log(that.data_sjqs_month)
|
|
|
+ console.log(that.data_sjqs_num)
|
|
|
that.myEcharts()
|
|
|
})
|
|
|
},
|