|
@@ -34,6 +34,7 @@ export default {
|
|
getEventSourceAndTypeStatistics() {
|
|
getEventSourceAndTypeStatistics() {
|
|
let that = this
|
|
let that = this
|
|
getEventSourceAndTypeStatistics({ day: that.year }).then(res => {
|
|
getEventSourceAndTypeStatistics({ day: that.year }).then(res => {
|
|
|
|
+ console.log("事件来源,类型统计", res);
|
|
this.optionData=res.data.source
|
|
this.optionData=res.data.source
|
|
this.option2Data=res.data.type
|
|
this.option2Data=res.data.type
|
|
that.myEcharts()
|
|
that.myEcharts()
|