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

@@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi";
import { getCookie } from "@/api/utils";
import { USER_INFO } from "@/api/api";
console.log("版本2.3.4------------");
console.log("版本2.3.5------------");
const store = useStore();
const router = useRouter();

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) => {