|
|
|
@ -220,16 +220,16 @@ class Bullsubdirectory extends Component{
|
|
|
|
|
if (response) {
|
|
|
|
|
if (response.data) {
|
|
|
|
|
if (response.data.status === 0) {
|
|
|
|
|
this.props.showNotification(`下移成功`);
|
|
|
|
|
this.props.showNotification(`上移成功`);
|
|
|
|
|
this.props.getinputdata();
|
|
|
|
|
} else {
|
|
|
|
|
this.props.showNotification(`下移失败`);
|
|
|
|
|
this.props.showNotification(`上移失败`);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.props.showNotification(`下移失败`);
|
|
|
|
|
this.props.showNotification(`上移失败`);
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
this.props.showNotification(`下移失败`);
|
|
|
|
|
this.props.showNotification(`上移失败`);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error)
|
|
|
|
|