From 284c03e7394dd2fc5fdf7fbb25d733ff035a336c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Sat, 24 Aug 2019 09:34:08 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=82=AC=E5=81=9C=E5=B0=8F?=
=?UTF-8?q?=E6=89=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/courses/shixunHomework/Listofworksstudentone.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
index a37e58a92..64e2e6a99 100644
--- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
+++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
@@ -369,9 +369,9 @@ class Listofworksstudentone extends Component {
{
record.submitstate === "未提交" ?--
:
- this.Viewstudenttraininginformation(record)}>{record.operating}
+ onClick={() => this.Viewstudenttraininginformation(record)}>{record.operating}
}