diff --git a/src/components/drawers/CheckWork.vue b/src/components/drawers/CheckWork.vue index ac26b74a..83cd35d8 100644 --- a/src/components/drawers/CheckWork.vue +++ b/src/components/drawers/CheckWork.vue @@ -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 { } } } - \ No newline at end of file +