mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
面授修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user