|
|
|
@ -781,7 +781,9 @@ export default class TPMquestion extends Component {
|
|
|
|
|
description:
|
|
|
|
|
'新建成功,请点击右侧加号继续添加',
|
|
|
|
|
});
|
|
|
|
|
// this.getanswer_subitlist()
|
|
|
|
|
window.location.href=`/shixuns/${this.props.match.params.shixunId}/challenges/${this.props.match.params.checkpointId}/editquestion/${response.data.challenge_choose_id}`;
|
|
|
|
|
|
|
|
|
|
// this.getanswer_subitlist()
|
|
|
|
|
// this.gochooseid("/shixuns/"+this.props.match.params.shixunId+"/challenges/"+this.props.match.params.checkpointId+"/editquestion"+"/"+response.data.challenge_choose_id)
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error)
|
|
|
|
|