提交 44a1528d authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 228edf51
...@@ -577,10 +577,10 @@ export default { ...@@ -577,10 +577,10 @@ export default {
window.localStorage.setItem('headerInfo', JSON.stringify(this.headerInfo)) window.localStorage.setItem('headerInfo', JSON.stringify(this.headerInfo))
const { sid, cid } = data const { sid, cid } = data
// 课程大作业 // 课程大作业
if (data.id === 'course_work') { // if (data.id === 'course_work' && !this.headerInfo.survey) {
this.$message('请先填写教学评估,然后完成大作业。') // this.$message('请先填写教学评估,然后完成大作业。')
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论