From 0ca2235549b49d3c219e3419b642559f31873598 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 22 Aug 2019 14:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=89=A7=E6=9C=AC=E6=98=AF?= =?UTF-8?q?=E5=85=88=E6=B8=85=E9=99=A4=E5=9C=B0=E5=9B=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/display/demon/addQuest.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/display/demon/addQuest.vue b/src/views/display/demon/addQuest.vue index 0c2c146af..5d362c4bb 100644 --- a/src/views/display/demon/addQuest.vue +++ b/src/views/display/demon/addQuest.vue @@ -177,7 +177,10 @@ export default { }, async confirm() { + await this.$store.dispatch('training/over'); + await this.$store.dispatch('training/setMapDefaultState'); await this.$store.dispatch('map/clearJlmapTrainView'); + await this.$store.dispatch('map/setTrainWindowShow', false); this.$emit('selectQuest', this.row, this.form.role); this.doClose(); this.roleDoClose();