fix:考勤签到参数传递修改

This commit is contained in:
wyx
2023-02-21 11:52:20 +08:00
parent 3473e11cf6
commit 97d5f90bcb

View File

@@ -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,
};