dev_tj
杨树明 5 years ago
parent be4a2102fc
commit c9bc9fbe1e

@ -39,7 +39,7 @@ class GraduationTasksappraiseMainEditor extends Component{
} }
if (!score && this.props.isAdmin()===false) { if (!score && this.props.isAdmin()===false) {
this.setState( { this.setState( {
errorMessage : '分数不能同时为空', errorMessage : '分数不能为空',
errorMessagetype:true errorMessagetype:true
}) })
// this.props.showNotification('请先输入评阅说明') // this.props.showNotification('请先输入评阅说明')

Loading…
Cancel
Save