diff --git a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js index 113a12670..05586a9ba 100644 --- a/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js +++ b/public/react/src/modules/courses/shixunHomework/ShixunWorkReport.js @@ -159,8 +159,12 @@ class ShixunWorkReport extends Component { showAppraiseModaltype:true }) }else{ - work_comment:undefined, - work_type:0, + this.setState({ + showAppraiseModaltype:true, + work_comment:undefined, + work_type:0, + }) + } }