作业下载

This commit is contained in:
lpq
2023-02-26 01:37:13 +08:00
parent d7d9ea0ef7
commit 722165dae5

View File

@@ -183,6 +183,7 @@ export default {
};
//获取作业详情
const getWorkDetail = () => {
debugger
console.log("props.workId, props.stuId", props.workId, props.stuId);
getWorkSubmitInfo(props.workId, props.stuId)
.then((res) => {
@@ -346,4 +347,4 @@ export default {
}
}
}
</style>
</style>