From 3fe73f5e66ac709d682945456edfef58d1d6ae08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Mon, 16 Mar 2020 20:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videostatistics/component/Videostatisticscomtwo.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js index 90927be6a..e6d24976b 100644 --- a/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js +++ b/public/react/src/modules/courses/videostatistics/component/Videostatisticscomtwo.js @@ -303,13 +303,13 @@ class Videostatisticscomtwo extends Component { data = { id: CourseId, page: this.state.page, + group_id: this.state.groupsid, order: mysorder, } } else { data = { id: CourseId, page: this.state.page, - group_id: this.state.groupsid, order: mysorder, } } @@ -339,16 +339,17 @@ class Videostatisticscomtwo extends Component { //老师 const CourseId = this.props.match.params.coursesId; if (this.state.groupsid) { + data = { id: CourseId, page: this.state.page, + group_id: this.state.groupsid, order: mysorder, } } else { data = { id: CourseId, page: this.state.page, - group_id: this.state.groupsid, order: mysorder, } }