@@ -372,7 +372,6 @@ export default {
getEventInfoList(){
getEventInfoList().then(res => {
- debugger
for(let i in res.data){
const data = [];
data.push(res.data[i].areaTotal);