diff --git a/src/views/charts/Panel.vue b/src/views/charts/Panel.vue index 30126167..3c202942 100644 --- a/src/views/charts/Panel.vue +++ b/src/views/charts/Panel.vue @@ -156,6 +156,7 @@ export default { // methods dateTimeRangeChange (s, e, v) { this.timeFilter = { startTime: s, endTime: e, dateRangeValue: v } + this.chartList = [...this.chartList] }, reloadCharts () { this.chartList.forEach(chart => {