diff --git a/public/react/src/modules/question/component/Listjihe.js b/public/react/src/modules/question/component/Listjihe.js index 15342a87a..bfb7921c1 100644 --- a/public/react/src/modules/question/component/Listjihe.js +++ b/public/react/src/modules/question/component/Listjihe.js @@ -24,7 +24,7 @@ const questionType = [ type:'SINGLE', color:'typeGreen', name:'单选题' - }, + }, { type:'MULTIPLE', color:'typeBlue', @@ -520,7 +520,7 @@ class Listjihe extends Component { this.props.Isitapopup&&this.props.Isitapopup==="true"? "" : - this.seturls(`/problems/${items.program_attr.identifier}/edit?editoj=1&pages=`+this.props.pages)}> + this.seturls(`/problems/${items.program_attr.identifier}/edit`)}>

编辑