|
|
|
@ -76,7 +76,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
console.log(response)
|
|
|
|
|
let data=response.data
|
|
|
|
|
this.setState({
|
|
|
|
|
category:data.category,
|
|
|
|
|
category:data.category_id,
|
|
|
|
|
title:data.title,
|
|
|
|
|
content:data.content,
|
|
|
|
|
deadline_at:moment(data.deadline_at),
|
|
|
|
|