From c968cf90d2b13d3402fca6608c8f4af164d369b9 Mon Sep 17 00:00:00 2001 From: joshen Date: Thu, 20 Mar 2025 11:38:07 +0800 Subject: [PATCH] 1 --- src/views/courselibrary/CoursewareManage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 3dbbb9f1..a07cd0fb 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4028,12 +4028,12 @@ function onFocusEnd(){ // teacher: state.member.name, offteachers: state.offteachers, workInfo: state.workInfo, //提交的作业信息 - examInfo: state.examInfo, //提交的考试信息 + // examInfo: state.examInfo, //提交的考试信息 beforeStart: state.beforeValue, //考勤 开始前 afterStart: state.afterStartValue, //考勤 开始后 score: state.scoreParams, }; - /*if(state.kk_eidt){ + if(state.kk_eidt){ console.log("编辑 gx state.kk_eidt",state.kk_eidt) console.log("编辑 gx state.kk_eidt",state.examInfo) //编辑 @@ -4048,7 +4048,7 @@ function onFocusEnd(){ postData.examInfo = state.examInfo; postData.examInfo.examinationTestId = null; postData.examInfo.id = null; - }*/ + } if(!postData.name){ return message.error("请输入开课名称"); }