提交 96e1edc4 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

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