dev_aliyun_beta
杨树明 6 years ago
parent 7fa41b32d5
commit ea7fcd3e3a

@ -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.history.push(`/banks/${this.getModuleName()}/${this.props.match.params.workId}?tab=0`)
}
onCancel = () => {
this.toWorkDetail()

Loading…
Cancel
Save