From 1404696e799b0b7cf9d2cf223d4bfd685c738823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 6 Mar 2020 22:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=99=BA=E8=83=BD=E7=BB=84?= =?UTF-8?q?=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/question/Paperreview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/question/Paperreview.js b/public/react/src/modules/question/Paperreview.js index f48ec22d9..eaa09729e 100644 --- a/public/react/src/modules/question/Paperreview.js +++ b/public/react/src/modules/question/Paperreview.js @@ -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) => {