From ec306517e50584daa9eb44bbb52ab9c945ac963f Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 13 Sep 2022 09:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=AF=BE=E8=AF=84=E4=BC=B0=E7=9A=84?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index bca92e44..fb473b36 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -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('请先保存考试再提交');