|
|
|
@ -119,7 +119,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
}).then((response) => {
|
|
|
|
|
if(response.data.status===0){
|
|
|
|
|
this.props.showSnackbar("提交成功");
|
|
|
|
|
}else{
|
|
|
|
|
}else if(response.data.status===-1){
|
|
|
|
|
this.props.showSnackbar(response.data.message);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
@ -215,7 +215,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
if(response.data.status===0){
|
|
|
|
|
this.props.showSnackbar("报名成功");
|
|
|
|
|
this.getdatas()
|
|
|
|
|
}else{
|
|
|
|
|
}else if(response.data.status===-1){
|
|
|
|
|
this.props.showSnackbar(response.data.message);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|