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

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

Loading…
Cancel
Save