|
|
|
@ -217,6 +217,7 @@ class Paperreview extends Component {
|
|
|
|
|
if (result.data.status === 0) {
|
|
|
|
|
// this.props.showNotification(`组卷成功`);
|
|
|
|
|
// console.log(result.data.exam_id);
|
|
|
|
|
//本来调试卷库首页的
|
|
|
|
|
this.props.history.replace('/paperlibrary/see/'+result.data.exam_id);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|