|
|
|
@ -48,8 +48,9 @@ class ApplyForAddOrgModal extends Component{
|
|
|
|
|
}).then((result)=>{
|
|
|
|
|
if(result){
|
|
|
|
|
this.props.showNotification("新增学校/单位成功!");
|
|
|
|
|
this.props.addOrgSuccess(values.schoolName)
|
|
|
|
|
this.setVisible(false);
|
|
|
|
|
this.props.addOrgSuccess(values.schoolName)
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}).catch((error)=>{
|
|
|
|
|
console.log(error);
|
|
|
|
|