diff --git a/src/views/newMap/displayNew/demon/runPlanView.vue b/src/views/newMap/displayNew/demon/runPlanView.vue index 3f0c44a92..d0c46c89f 100644 --- a/src/views/newMap/displayNew/demon/runPlanView.vue +++ b/src/views/newMap/displayNew/demon/runPlanView.vue @@ -140,7 +140,7 @@ export default { } }, '$store.state.socket.simulationReset': function (val) { - this.selectSeries = []; this.runSeries = []; + this.selectSeries = []; this.runSeries = []; this.runPlanData = {}; if (this.dialogShow) { this.loadInitData(); }