mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-08 10:26:46 +08:00
fix:学员端提交作业不能下载问题
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user