请先选择学校

dev_forum
hjm 5 years ago
parent 5a7599b3ae
commit d6ff838b0c

@ -135,7 +135,7 @@ class AccountBasic extends Component {
let {basicInfo}=this.props;
if(!err ){
if (!this.state.school_id) {
this.props.showNotification('请先请先选择学校/单位')
this.props.showNotification('请先选择学校/单位')
return;
}
if (!this.state.department_id) {

Loading…
Cancel
Save