From b47b63305ab7741e7cdd7332b4243c9500f2a9c3 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 4 Sep 2020 18:04:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=9B=BE=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/displayNew/demon/runPlanView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }