fix(src/views/reagent/envrecord): 修复环境记录图表问题

duizhaopin_ui
duan 2 years ago
parent 4d2dcfce2f
commit ca9f9c1e70

@ -254,7 +254,9 @@ export default {
})
},
initCharts() {
this.lineCharts()
this.$nextTick(() => {
this.lineCharts()
})
window.addEventListener('resize', () => {
this.myChart2.resize()
})

Loading…
Cancel
Save