|
|
@ -467,7 +467,7 @@ class CoursesIndex extends Component{
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Switch {...this.props}>
|
|
|
|
<Switch {...this.props}>
|
|
|
|
{/*题库问卷编辑详情*/}
|
|
|
|
{/*题库问卷编辑详情*/}
|
|
|
|
<Route path="/courses/questreediting/:workid/edit"
|
|
|
|
<Route path="/banks/gtopic/:workid/edit"
|
|
|
|
render={
|
|
|
|
render={
|
|
|
|
(props) => (<PollNewQuestbank {...this.props} {...props} {...this.state} />)
|
|
|
|
(props) => (<PollNewQuestbank {...this.props} {...props} {...this.state} />)
|
|
|
|
}
|
|
|
|
}
|
|
|
|