From 6b5e333442cbbe39847307100610b6fd13c2c58b Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 27 Aug 2019 17:00:05 +0800 Subject: [PATCH] 12 --- .../react/src/modules/courses/busyWork/CommonWorkAppraise.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js index ae40fedda..e24892680 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js @@ -271,11 +271,11 @@ class CommonWorkAppraise extends Component{ {work_members.map((item, index) => { return {isAdmin ? - this.props.toWorkDetailPage(this.props.match.params, null, item.work_id)} > {item.user_name} - : {item.user_name}} + : {item.user_name}} {item.is_leader && } })}