NEZ-863 fix:修改panel 页面 搜素后样式错乱的问题
This commit is contained in:
@@ -1982,7 +1982,9 @@ export default {
|
||||
}
|
||||
},
|
||||
chartResize () {
|
||||
getChart(this.chartIndex).resize()
|
||||
if (getChart(this.chartIndex)) {
|
||||
getChart(this.chartIndex).resize()
|
||||
}
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
||||
Reference in New Issue
Block a user