From daa49f4277fd47fdfd73b65a22001dc2da42cfa5 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Fri, 23 Aug 2019 17:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E9=95=BF=20=E8=AF=84=E9=98=85?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/courses/busyWork/CommonWorkAppraise.js | 6 ++++-- .../src/modules/courses/busyWork/common/LeaderIcon.js | 10 ++++++---- .../src/modules/page/layers/ImageLayerOfCommentHOC.js | 4 +++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js index c9d18a154..b3c9d1178 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js @@ -92,6 +92,7 @@ class CommonWorkAppraise extends Component{ if (this.props.match.params.studentWorkId != prevProps.match.params.studentWorkId) { this.getWork(); this.getReviseAttachments() + this.commonWorkAppraiseReply && this.commonWorkAppraiseReply.fetchAllComments() } } @@ -163,7 +164,7 @@ class CommonWorkAppraise extends Component{ attachments, homework_id, project_info, work_members, is_evaluation, description, update_user_name, update_time, commit_time, author_name, revise_attachments, revise_reason, atta_update_user, atta_update_time, atta_update_user_login, - Modalstype,Modalstopval,ModalCancel,ModalSave,loadtype + Modalstype,Modalstopval,ModalCancel,ModalSave,loadtype, is_leader_work } =this.state; let courseId=this.props.match.params.coursesId; @@ -262,7 +263,7 @@ class CommonWorkAppraise extends Component{