Compare commits

..

No commits in common. "44e7e219a4bc7a71ec9f1f5a991c075c941d407d" and "812b72f10d4484a47294bf411da608da3ce24225" have entirely different histories.

View File

@ -226,8 +226,8 @@ export default {
obj.name = i obj.name = i
obj.data = dataArr obj.data = dataArr
mapLegendData.push(i) mapLegendData.push(i)
mapArr.push(obj)
} }
mapArr.push(obj)
console.log(mapArr); console.log(mapArr);
// console.log(res.data[res]); // console.log(res.data[res]);
var chartDom = this.activeName === 'day' ? document.getElementById('mapDayMain') : this.activeName === 'week' ? document.getElementById('mapWeekMain') : document.getElementById('mapMonthMain') var chartDom = this.activeName === 'day' ? document.getElementById('mapDayMain') : this.activeName === 'week' ? document.getElementById('mapWeekMain') : document.getElementById('mapMonthMain')
@ -269,7 +269,6 @@ export default {
}, },
series: mapArr series: mapArr
} }
myChart.clear()
option && myChart.setOption(option); option && myChart.setOption(option);
}) })
this.$axios({ this.$axios({
@ -377,7 +376,6 @@ export default {
} }
] ]
} }
myChart.clear()
option && myChart.setOption(option); option && myChart.setOption(option);
}) })
}, },