From 2eab206ee29b6969c17f141a6a0688877528270e Mon Sep 17 00:00:00 2001 From: cgd_mac <349008059@qq.com> Date: Wed, 23 Feb 2022 15:27:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=80=83=E8=AF=95=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DbReport/index.vue | 4 ++-- src/views/myexam/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DbReport/index.vue b/src/components/DbReport/index.vue index 2257138..7d2c458 100644 --- a/src/components/DbReport/index.vue +++ b/src/components/DbReport/index.vue @@ -7,8 +7,8 @@ diff --git a/src/views/myexam/index.vue b/src/views/myexam/index.vue index 758ddfa..7c07916 100644 --- a/src/views/myexam/index.vue +++ b/src/views/myexam/index.vue @@ -225,7 +225,7 @@ export default { this.$router.push({ path: '/myexamDetail', query: { type: 'exam', projectId: row.id } }) }, handlerGoReport (row) { - this.$router.push({ path: '/myreport', query: { type: 'exam', reportId: row.id } }) + this.$router.push({ path: '/myreport', query: { type: 'exam', reportId: row.report.id } }) } } }