From 4921b43e1b0ad8e4fe264e0a21fb01ed1bbae7ae Mon Sep 17 00:00:00 2001 From: ival <610568032@qq.com> Date: Tue, 13 Apr 2021 15:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/displayCity/menuDemon.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/newMap/displayCity/menuDemon.vue b/src/views/newMap/displayCity/menuDemon.vue index 5be272aea..ee68d16b5 100644 --- a/src/views/newMap/displayCity/menuDemon.vue +++ b/src/views/newMap/displayCity/menuDemon.vue @@ -218,7 +218,6 @@ export default { }, setRuning(run) { this.runing = run; - this.$refs.demonMenu.hideScheduling(run); }, end() { this.$emit('end'); @@ -229,12 +228,9 @@ export default { async back() { this.isGoback = true; if (this.projectDevice) { - // || this.project === 'bjd' clearSimulation(this.group).then(res=>{ this.$store.dispatch('training/over').then(() => { this.$store.dispatch('LogOut').then(() => { - // this.$store.dispatch('training/reset'); - // this.$store.dispatch('map/mapClear'); location.reload(); }); });