mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 13:26:48 +08:00
fix:增加type判断
This commit is contained in:
@@ -494,13 +494,15 @@ console.log("data==----->", data);
|
||||
|
||||
const { data: submitList } = useRequest(TASK_WORK_SUBMIT_LIST, {
|
||||
workerId: workId,
|
||||
type
|
||||
});
|
||||
console.log("submitList==----->", submitList);
|
||||
// 判断是否已经提交过成绩
|
||||
const submitScore = ref(false);
|
||||
|
||||
request(WhetherImportHomeWorkScore,{
|
||||
"workId": workId
|
||||
"workId": workId,
|
||||
type
|
||||
}).then(res=>{
|
||||
console.log('学员端是否导入过成绩查询', res)
|
||||
if(res.data){
|
||||
|
||||
Reference in New Issue
Block a user