issues25489
杨树林 5 years ago
parent 537f75fd6d
commit b87db32788

@ -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)

Loading…
Cancel
Save