@ -95,8 +95,8 @@ class AddAdminModal extends Component{
user_id: this.state.radioBoxValue.user_id
}).then((result)=>{
if(result.data.status==0){
window.location.reload()
this.props.showNotification('操作成功。')
// this.fetchAll()
this.setVisible(false)
this.props.changeAdminSuccess && this.props.changeAdminSuccess()