commit
ab81d3b7aa
@ -2106,8 +2106,10 @@ export default {
|
|||||||
x.sort = 'none'
|
x.sort = 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.setChartDefaultOptions()
|
if (oldVal.id !== 'echart') {
|
||||||
this.calcData(true, 'chart', true, newVal.type !== oldVal.type, newVal.render !== oldVal.render)
|
this.setChartDefaultOptions()
|
||||||
|
this.calcData(true, 'chart', true, newVal.type !== oldVal.type, newVal.render !== oldVal.render)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user