Merge pull request 'projects/mesxc-zhp' (#316) from projects/mesxc-zhp into projects/mesxc-test
Reviewed-on: #316
This commit is contained in:
커밋
44e7e219a4
@ -226,8 +226,8 @@ export default {
|
||||
obj.name = i
|
||||
obj.data = dataArr
|
||||
mapLegendData.push(i)
|
||||
mapArr.push(obj)
|
||||
}
|
||||
mapArr.push(obj)
|
||||
console.log(mapArr);
|
||||
// console.log(res.data[res]);
|
||||
var chartDom = this.activeName === 'day' ? document.getElementById('mapDayMain') : this.activeName === 'week' ? document.getElementById('mapWeekMain') : document.getElementById('mapMonthMain')
|
||||
@ -269,6 +269,7 @@ export default {
|
||||
},
|
||||
series: mapArr
|
||||
}
|
||||
myChart.clear()
|
||||
option && myChart.setOption(option);
|
||||
})
|
||||
this.$axios({
|
||||
@ -376,6 +377,7 @@ export default {
|
||||
}
|
||||
]
|
||||
}
|
||||
myChart.clear()
|
||||
option && myChart.setOption(option);
|
||||
})
|
||||
},
|
||||
|
불러오는 중...
Reference in New Issue
Block a user