From c38a58c53b0d078f1a5f3397336a498b5f77b0b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Thu, 5 Sep 2019 19:04:26 +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
---
.../courses/shixunHomework/ShixunWorkReport.js | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
index 309a0b755..113a12670 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js
@@ -153,11 +153,16 @@ class ShixunWorkReport extends Component {
})
}
- showAppraiseModal=()=>{
- debugger
- this.setState({
- showAppraiseModaltype:true
- })
+ showAppraiseModal=(sum)=>{
+ if(sum===undefined){
+ this.setState({
+ showAppraiseModaltype:true
+ })
+ }else{
+ work_comment:undefined,
+ work_type:0,
+ }
+
}
hideAppraiseModal=()=>{
@@ -252,7 +257,7 @@ class ShixunWorkReport extends Component {
> 导出实训报告数据 : ""}
{this.props.isAdmin() ?work_comment_hidden===true? "":this.showAppraiseModal()}
+ onClick={()=>this.showAppraiseModal(1)}
>评阅 : ""}