From 97d5f90bcbc7e3fbe13b9ced1b88b35c1335c6c3 Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 21 Feb 2023 11:52:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=80=83=E5=8B=A4=E7=AD=BE=E5=88=B0?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ActiveAttendance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index fbc24f68..e5823db1 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -758,7 +758,7 @@ export default { courseId: Number(props.datasource.courseId), routerId: Number(props.datasource.projectId), ids: [value.record.studentId], - taskId: Number(props.datasource.projectTaskId), + taskId: Number(props.datasource.id), taskType: Number(props.datasource.type), type: 2, };