competitions
杨树明 5 years ago
parent 8d0618d6b7
commit 19927fae66

@ -248,9 +248,9 @@ class Selectsetting extends Component{
.then((response) => {
if (response.data.status == 0) {
// {"status":1,"message":"删除成功"}
this.hidecouseShixunModal()
this.getalldata()
this.props.showNotification(response.data.message);
this.getalldata
this.hidecouseShixunModal
}else{
this.props.showNotification(response.data.message);
}

Loading…
Cancel
Save