mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
微课评估的验证修改
This commit is contained in:
@@ -1175,8 +1175,8 @@ export default {
|
||||
return false;
|
||||
}
|
||||
if(courseware.assess.show == 2) { // 评估
|
||||
this.$message.error('请先保存评估再提交');
|
||||
return false;
|
||||
//this.$message.error('请先保存评估再提交');
|
||||
//return false;
|
||||
}
|
||||
if(courseware.exam.show == 3) { // 评估
|
||||
this.$message.error('请先保存考试再提交');
|
||||
|
||||
Reference in New Issue
Block a user