|
|
|
@ -64,7 +64,7 @@ class HomeworkBanksEdit extends Component {
|
|
|
|
|
return this.props.isGroup ? 'group' : 'normal'
|
|
|
|
|
}
|
|
|
|
|
toWorkDetail = () => {
|
|
|
|
|
this.props.history.push(`/banks/${this.getModuleName()}/${this.props.match.params.workId}/${this.props.match.params.type}`)
|
|
|
|
|
this.props.history.push(`/banks/${this.getModuleName()}/${this.props.match.params.workId}/${this.props.match.params.type}?tab=0`)
|
|
|
|
|
this.props.initPublic(undefined);
|
|
|
|
|
}
|
|
|
|
|
onCancel = () => {
|
|
|
|
|