CN-129 fix: 尝试修复地图尺寸不对的问题
This commit is contained in:
@@ -955,7 +955,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
echartsResize () {
|
echartsResize () {
|
||||||
this.myChart.resize()
|
this.myChart && this.myChart.resize()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user