mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
还原
This commit is contained in:
@@ -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("请输入开课名称");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user