dev_forum
杨树林 5 years ago
parent ac2065b518
commit 01f19b9bcf

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

Loading…
Cancel
Save