提交 71c24f6f authored 作者: matian's avatar matian

代码提交

上级 a6b45542
...@@ -89,11 +89,11 @@ export default { ...@@ -89,11 +89,11 @@ export default {
}, },
toReview(data) { toReview(data) {
this.$router.push({ this.$router.push({
path: '/teacher/exam/exam/review', path: this.scoreRanking.type === 'examination' ? '/teacher/exam/exam/review' : '/teacher/exam/test/review',
query: { query: {
sheet_id: data.id, sheet_id: data.id,
stu_id: data.student_id, stu_id: data.student_id
type: this.scoreRanking.type // type: this.scoreRanking.type
} }
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论