|
|
@ -121,6 +121,12 @@ class PublishRightnow extends Component{
|
|
|
|
homework_ids: this.props.checkBoxValues,
|
|
|
|
homework_ids: this.props.checkBoxValues,
|
|
|
|
end_time: endtime==="Invalid date"?undefined:endtime,
|
|
|
|
end_time: endtime==="Invalid date"?undefined:endtime,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}else if(this.props.islist===true){
|
|
|
|
|
|
|
|
data={
|
|
|
|
|
|
|
|
homework_ids: this.props.checkBoxValues,
|
|
|
|
|
|
|
|
group_ids: group_ids,
|
|
|
|
|
|
|
|
end_time:endtime,
|
|
|
|
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
data={
|
|
|
|
data={
|
|
|
|
homework_ids: this.props.checkBoxValues,
|
|
|
|
homework_ids: this.props.checkBoxValues,
|
|
|
|