dev_hss
杨树明 5 years ago
parent 0e467321f5
commit 7fc697dfb4

@ -137,6 +137,7 @@ class NewGtaskForms extends Component{
).then((response) => {
if(response.data.status===0){
this.props.showNotification(response.data.message)
this.props.onCancel()
}else{
this.props.showNotification(response.data.message)
}

Loading…
Cancel
Save