|
|
|
@ -211,7 +211,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
let url=`/api/v1/project_packages/${this.props.match.params.id}/bidding_users.json`;
|
|
|
|
|
axios.post(url).then((response) => {
|
|
|
|
|
if(response.data.status===0){
|
|
|
|
|
this.props.showSnackbar(response.data.message);
|
|
|
|
|
this.props.showSnackbar("报名成功");
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error)
|
|
|
|
@ -306,7 +306,7 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="item-category">
|
|
|
|
|
<div className="item-category-item">{data&&data.category}</div>
|
|
|
|
|
<div className="item-category-item">{data&&data.category_name}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className=" item-other">
|
|
|
|
|