From 5036229c4732ee919bc35d9ad5c2af923695c1b6 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 9 Apr 2020 16:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=AE=9A=E4=B9=89=E8=80=81?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lesson/home.vue | 2 +- src/views/lesson/trainingRule/list.vue | 144 ++++++++++++++++++------- 2 files changed, 106 insertions(+), 40 deletions(-) diff --git a/src/views/lesson/home.vue b/src/views/lesson/home.vue index 93600be5d..00e334f32 100644 --- a/src/views/lesson/home.vue +++ b/src/views/lesson/home.vue @@ -216,7 +216,7 @@ export default { } }, operationManage() { - this.$router.push({path: `${UrlConfig.design.trainingRule}`, query: {mapId: this.$route.params.mapId, lineCode: this.$route.query.lineCode}}); + this.$router.push({path: `${UrlConfig.design.trainingRule}`, query: {mapId: this.$route.params.mapId, lineCode: this.$route.query.lineCode, drawWay: this.$route.query.drawWay}}); }, revertLesson(index, row) { this.$confirm(this.$t('tip.cancelCoursePublicationHint'), this.$t('global.tips'), { diff --git a/src/views/lesson/trainingRule/list.vue b/src/views/lesson/trainingRule/list.vue index a43353005..2e44ef2f6 100644 --- a/src/views/lesson/trainingRule/list.vue +++ b/src/views/lesson/trainingRule/list.vue @@ -1,6 +1,6 @@