no message
This commit is contained in:
parent
195b6ba2b5
commit
0143dc0da7
|
|
@ -279,11 +279,12 @@ class _JobListParticipateInClassState extends State<JobListParticipateInClass> w
|
|||
|
||||
// 查看作业报告
|
||||
void jobViewReport(MarkingTasks task) {
|
||||
// RouterManager.router.navigateTo(
|
||||
// context,
|
||||
// RouterManager.jobReportPagePath + '?title=${Uri.encodeComponent(task.title)}&id=${task.id}',
|
||||
// transition: getTransition(),
|
||||
// );
|
||||
RouterManager.router.navigateTo(
|
||||
context,
|
||||
RouterManager.jobReportPagePath +
|
||||
'?uniqueId=${task.id}&title=${Uri.encodeComponent(widget.jobName)}&id=${widget.jobId}',
|
||||
transition: getTransition(),
|
||||
);
|
||||
}
|
||||
|
||||
/// 查看学生名单
|
||||
|
|
|
|||
Loading…
Reference in New Issue