diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a07cd0fb..3dbbb9f1 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("请输入开课名称"); }