if (this.Echarts2) {
options && this.Echarts2.setOption(options) }
This commit is contained in:
@@ -477,7 +477,9 @@ export default {
|
||||
],
|
||||
}
|
||||
|
||||
options && this.Echarts2.setOption(options)
|
||||
if (this.Echarts2) {
|
||||
options && this.Echarts2.setOption(options)
|
||||
}
|
||||
},
|
||||
|
||||
toDetailCard(item) {
|
||||
|
||||
Reference in New Issue
Block a user