考勤请假修改参数

This commit is contained in:
zhangsir
2024-05-15 20:59:25 +08:00
parent 0d185d38e5
commit a012774256

View File

@@ -893,7 +893,7 @@ export default {
courseId: Number(props.datasource.courseId),
routerId: Number(props.datasource.routerId),
ids: [value.record.studentId],
taskId: Number(props.datasource.routerTaskId),
taskId: Number(props.datasource.routerTaskId)||Number(props.datasource.id),
taskType: Number(props.datasource.type),
type: 1,
};