no message
Former-commit-id: ddf32a1c27719b3bc0f35216c885c927fc716ae3 Former-commit-id: 255da9f58481583058be881592e637fa1c98606d Former-commit-id: c891fe042d3256edf4c183b99f501114354453d5
This commit is contained in:
@@ -70,11 +70,9 @@ export default {
|
||||
changeData () {
|
||||
if (this.chart) {
|
||||
// 已经初始化过图表 更新数据
|
||||
console.log(1)
|
||||
this.chart.changeData(this.dvMaker())
|
||||
} else {
|
||||
// 没有图表 新创建一个实例
|
||||
console.log(2)
|
||||
this.initHandler()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user