fix:去除debugger

This commit is contained in:
wyx
2023-02-26 17:15:10 +08:00
parent ff8798de54
commit 4a36865db6
6 changed files with 3 additions and 7 deletions

View File

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