watch: {
dataList: {
handler() {
if (this.chart) {
this.chart.dispose();
this.chart = null;
}
this.initChart();
},
deep: true,
// immediate: true
},
},
微信扫一扫
watch: {
dataList: {
handler() {
if (this.chart) {
this.chart.dispose();
this.chart = null;
}
this.initChart();
},
deep: true,
// immediate: true
},
},
相关推荐