隐藏智能组卷

dev_aliyun2
杨树林 5 years ago committed by harry
parent 5785b01e2b
commit 5993130fdc

@ -216,7 +216,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