From c39d3e7cfbc46fe205c75c8cb157fcffdd921ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Wed, 6 Nov 2019 11:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E5=8D=B7=E8=B0=83=E5=88=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/courses/exercise/Studentshavecompletedthelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js index e997b834a..90c76ee68 100644 --- a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js +++ b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js @@ -2584,7 +2584,7 @@ class Studentshavecompletedthelist extends Component { //试卷调分 Testpapergrading = (v, n) => { var exercise_id = this.props.match.params.Id; - let url = `/exercise_questions/${exercise_id}/adjust_score.json`; + let url = `/exercises/${exercise_id}/adjust_score.json`; axios.post(url, { score: n, user_id: this.state.exeuserid,