|
|
|
@ -1161,7 +1161,7 @@ class ShixunHomework extends Component{
|
|
|
|
|
isStudent={this.props.isStudent()}
|
|
|
|
|
isNotMember={this.props.isNotMember()}
|
|
|
|
|
isClassManagement={this.props.isClassManagement()}
|
|
|
|
|
checkBox={this.props.isAdmin()?<Checkbox value={item.homework_id}></Checkbox>:""}
|
|
|
|
|
checkBox={this.props.isAdmin()?<Checkbox value={item.homework_id} key={item.homework_id}></Checkbox>:""}
|
|
|
|
|
match={this.props.match}
|
|
|
|
|
coursedata={this.props.coursedata}
|
|
|
|
|
coursupdata={()=>this.homeworkupdatalist(Coursename,page,order)}
|
|
|
|
|