提交 06b462df authored 作者: 王鹏飞's avatar 王鹏飞

chore: 查看大作业不需要教学评估

上级 aee2b10d
......@@ -72,10 +72,10 @@ export default {
return
}
// 课程大作业
if (data.id === 'course_work' && !this.data.survey) {
this.$message(this.$t('viewerMain.teachingEvaluationTips'))
return
}
// if (data.id === 'course_work' && !this.data.survey) {
// this.$message(this.$t('viewerMain.teachingEvaluationTips'))
// return
// }
// 教学评估
if (data.id === 'teach_evaluation') {
const { sid, cid } = this.$route.params
......
......@@ -75,10 +75,10 @@ export default {
return
}
// 课程大作业
if (data.id === 'course_work' && !this.course.survey) {
this.$message(this.$t('viewerMain.teachingEvaluationTips'))
return
}
// if (data.id === 'course_work' && !this.course.survey) {
// this.$message(this.$t('viewerMain.teachingEvaluationTips'))
// return
// }
// 教学评估
if (data.id === 'teach_evaluation') {
const { sid, cid } = this.$route.params
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论