From 0929b54f9d182d890f41d8b3abb1044cfee8002d Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 6 Jun 2022 16:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E8=AE=AD=E5=8F=8C=E5=87=BB=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/teach/detail/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/teach/detail/index.vue b/src/views/teach/detail/index.vue index 64c0a2d98..4c9593e54 100644 --- a/src/views/teach/detail/index.vue +++ b/src/views/teach/detail/index.vue @@ -9,6 +9,7 @@
{ const query = { group: resp.data, trainingId: obj.id, lessonId: this.$route.query.lessonId, mapId: this.courseModel.mapId, lineCode: this.lineCode, noPreLogout: this.$route.query.noPreLogout @@ -162,6 +165,7 @@ export default { }).catch(error => { this.$messageBox(`${this.$t('tip.createSimulationFaild')} : ${error.message}`); this.disabled = false; + this.loading = false; }); } else { this.$confirm(this.$t('tip.accessCourseNo'), this.$t('tip.hint'), {