dev_cs
杨树林 6 years ago
parent 0e1805ce05
commit 107dd41e37

@ -170,6 +170,7 @@ class YslDetailCards extends Component{
if(response.data){
if(response.data.status===0){
this.props.showNotification(`下移成功`);
this.props.getPathCardsList();
}else{
this.props.showNotification(`下移失败`);
}
@ -192,6 +193,7 @@ class YslDetailCards extends Component{
if(response.data){
if(response.data.status===0){
this.props.showNotification(`上移成功`);
this.props.getPathCardsList();
}else{
this.props.showNotification(`上移失败`);
}

Loading…
Cancel
Save