Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

competitions
hjm 5 years ago
commit dc1291ad9e

@ -167,7 +167,12 @@ class CommonWorkSetting extends Component{
}
on('commonwork_fetch_all', this.fetchAllListener)
}
if(this.props.isAdmin()===true){
this.setState({startEditFlag: true})
}
}
componentWillUnmount() {
off('commonwork_fetch_all', this.fetchAllListener)
}

Loading…
Cancel
Save