CN-129 fix: 尝试修复地图尺寸不对的问题

This commit is contained in:
chenjinsong
2021-09-03 14:30:35 +08:00
parent cbcf111ccf
commit bdd093e5fd

View File

@@ -955,7 +955,7 @@ export default {
}) })
}, },
echartsResize () { echartsResize () {
this.myChart.resize() this.myChart && this.myChart.resize()
} }
}, },
computed: { computed: {