|
|
|
@ -73,9 +73,9 @@ export function RouteHOC(options = {}) {
|
|
|
|
|
const workId = _courseId.workId
|
|
|
|
|
const courseId = _courseId.coursesId
|
|
|
|
|
const studentWorkId = _courseId.studentWorkId
|
|
|
|
|
this.props.history.push(`/courses/${courseId}/${secondName}/${_workId || workId}/${_studentWorkId || studentWorkId}/appraise`)
|
|
|
|
|
window.open(`/courses/${courseId}/${secondName}/${_workId || workId}/${_studentWorkId || studentWorkId}/appraise`);
|
|
|
|
|
} else {
|
|
|
|
|
this.props.history.push(`/courses/${_courseId}/${secondName}/${_workId}/${_studentWorkId}/appraise`)
|
|
|
|
|
window.open(`/courses/${_courseId}/${secondName}/${_workId}/${_studentWorkId}/appraise`);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
toNewPage = (courseId) => {
|
|
|
|
|