From aeedc74f409d02e2a0a928e47792aef26ce3efe9 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 27 Jun 2019 14:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=95=E8=AE=BE=E9=80=89=E9=A2=98-=E5=90=8C?= =?UTF-8?q?=E6=84=8F=E9=80=89=E9=A2=98=E7=82=B9=E5=87=BB=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../courses/graduation/topics/GraduateTopicDetailTable.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js b/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js index bd58e555b..4e92f75ee 100644 --- a/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js +++ b/public/react/src/modules/courses/graduation/topics/GraduateTopicDetailTable.js @@ -80,10 +80,11 @@ class GraduateTopicDetailTable extends Component{ } sureAgreeTopic=(count)=>{ if(count > 0){ + debugger let{tableData}=this.props; let{operationId,classesId}=this.state let courseId=this.props.match.params.course_id; - let name=tableData.group_list.filter(item=>item.course_group_id==classesId)[0].group_name; + let name=tableData.group_list.filter(item=>item.group_id==classesId)[0].group_name; this.agreeChoose(courseId,operationId,classesId,name); }else{ this.setState({