|
|
|
@ -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) {
|
|
|
|
|