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