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 } }) } } }