From 722165dae5d0e3e86b15a17cfd37db324344c13a Mon Sep 17 00:00:00 2001 From: lpq Date: Sun, 26 Feb 2023 01:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CheckWork.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +