提交 b799c31a authored 作者: matian's avatar matian

代码提交

上级 3447cd21
......@@ -63,7 +63,8 @@ export default {
this.$router.push({
path: '/teacher/data/exam/examData/classDetail',
query: {
id: data.id
id: data.id,
type: this.scoreRanking.type
}
})
},
......@@ -72,7 +73,8 @@ export default {
path: '/teacher/exam/exam/review',
query: {
sheet_id: data.id,
stu_id: data.student_id
stu_id: data.student_id,
type: this.scoreRanking.type
}
})
},
......
......@@ -173,7 +173,8 @@ export default {
course_id: this.course_id,
examination_id: this.examination_id,
chapter_id: this.chapter_id,
question_id: row.id
question_id: row.id,
type: this.type
}
})
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论