隐藏智能组卷

video_transcode
杨树林 5 years ago
parent 2b340c64fb
commit c26a13cb18

@ -236,7 +236,8 @@ class Paperreview extends Component {
.then((result) => {
if (result.data.status === 0) {
// this.props.showNotification(`组卷成功`);
this.props.history.replace('/paperlibrary');
// console.log(result.data.exam_id);
this.props.history.replace('/paperlibrary/see/'+result.data.exam_id);
}
}).catch((error) => {
//console.log(error);

Loading…
Cancel
Save