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