mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 13:26:48 +08:00
feat:增加上传作业时是否导入成绩判断
This commit is contained in:
@@ -497,7 +497,11 @@ request(WhetherImportHomeWorkScore,{
|
|||||||
"workId": workId
|
"workId": workId
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
console.log('学员端是否导入过成绩查询', res)
|
console.log('学员端是否导入过成绩查询', res)
|
||||||
|
if(res.data){
|
||||||
submitScore.value = true;
|
submitScore.value = true;
|
||||||
|
}else{
|
||||||
|
submitScore.value = false;
|
||||||
|
}
|
||||||
}).catch(err=>{
|
}).catch(err=>{
|
||||||
console.log(err)
|
console.log(err)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user