Merge branch 'master_1202_0319' into master_1202

# Conflicts:
#	src/views/courselibrary/CoursewareManage.vue
This commit is contained in:
joshen
2025-03-19 21:17:34 +08:00

View File

@@ -3940,7 +3940,7 @@ function onFocusEnd(){
state.changeName = true state.changeName = true
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),''] state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
// state.examInfo = {}; state.examInfo = {};
//清除缓存 //清除缓存
state.cstm_hs = true; state.cstm_hs = true;
}; };
@@ -4032,7 +4032,8 @@ function onFocusEnd(){
afterStart: state.afterStartValue, //考勤 开始后 afterStart: state.afterStartValue, //考勤 开始后
score: state.scoreParams, score: state.scoreParams,
}; };
/*if(state.kk_eidt){ //todo 为了合并代码
if(state.kk_eidt){
//编辑 //编辑
postData.examInfo = state.examInfo; postData.examInfo = state.examInfo;
}else{ }else{