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