fix:学员端提交作业不能下载问题

This commit is contained in:
wyx
2023-03-30 10:15:23 +08:00
parent 813314e697
commit a40cb74bfb
2 changed files with 2 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ export default {
workId,
type,
taskId: taskId || infoId,
workScore: -1
};
console.log("obj", obj, fileList.value);
request(TASK_WORK_COMMIT, obj).then((res) => {