|
|
|
@ -37,6 +37,7 @@ class Contentpart extends Component {
|
|
|
|
|
this.props.history.push('/question');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
let {page}=this.state;
|
|
|
|
|
let {defaultActiveKey}=this.props;
|
|
|
|
@ -189,7 +190,7 @@ class Contentpart extends Component {
|
|
|
|
|
|
|
|
|
|
: this.props.Contentdata.exams.map((object, index) => {
|
|
|
|
|
return (
|
|
|
|
|
<Listjihe {...this.state} {...this.props} items={object}>
|
|
|
|
|
<Listjihe {...this.state} {...this.props} items={object} key={index}>
|
|
|
|
|
|
|
|
|
|
</Listjihe>
|
|
|
|
|
)
|
|
|
|
|