mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
考勤请假修改参数
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user