面授修改

This commit is contained in:
zhangsir
2024-10-10 16:11:12 +08:00
parent a120ab6707
commit 45d6fb1490

View File

@@ -3675,6 +3675,7 @@ function onFocusEnd(){
await planList(obj).then(rs=>{
res = rs
}).catch(err=>{
console.log(err,'rrrrrr')
message.error(err.message=='timeout of 15000ms exceeded'?'系统超时,请稍后再试':err.msg)
state.tableCoursePlanLoading = false
res ={
@@ -4009,7 +4010,7 @@ function onFocusEnd(){
completeType: type,
endTime: endTime,
evalFlag: Number(state.assessmentId) > 0 && state.checked4 ? 1 : 0,
assessmentId: Number(state.assessmentId),
assessmentId: state.checked4==1?Number(state.assessmentId):0,
testId: state.examInfo.examinationName ? state.EditTestId : null,
homeWorkId: state.EditWorkId,
name: state.xjkkinputV1,