This commit is contained in:
joshen
2025-03-20 11:16:00 +08:00
parent f5bd93571d
commit d08b459728

View File

@@ -4028,12 +4028,12 @@ function onFocusEnd(){
// teacher: state.member.name, // teacher: state.member.name,
offteachers: state.offteachers, offteachers: state.offteachers,
workInfo: state.workInfo, //提交的作业信息 workInfo: state.workInfo, //提交的作业信息
// examInfo: state.examInfo, //提交的考试信息 examInfo: state.examInfo, //提交的考试信息
beforeStart: state.beforeValue, //考勤 开始前 beforeStart: state.beforeValue, //考勤 开始前
afterStart: state.afterStartValue, //考勤 开始后 afterStart: state.afterStartValue, //考勤 开始后
score: state.scoreParams, 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.kk_eidt)
console.log("编辑 gx state.kk_eidt",state.examInfo) console.log("编辑 gx state.kk_eidt",state.examInfo)
//编辑 //编辑
@@ -4048,7 +4048,7 @@ function onFocusEnd(){
postData.examInfo = state.examInfo; postData.examInfo = state.examInfo;
postData.examInfo.examinationTestId = null; postData.examInfo.examinationTestId = null;
postData.examInfo.id = null; postData.examInfo.id = null;
} }*/
if(!postData.name){ if(!postData.name){
return message.error("请输入开课名称"); return message.error("请输入开课名称");
} }