立即发布时间调整

dev_auth
杨树明 5 years ago
parent ef723b9a42
commit fd7cd78097

@ -125,7 +125,7 @@
height: 100%;
z-index: 10000;
display: none;
background: rgba(51, 51, 51,0.7);
background: rgba(0,0,0,0.33);
text-align: center;
line-height: 170px;
color: #fff;

@ -329,7 +329,7 @@
height: 100%;
z-index: 10000;
display: none;
background: rgba(51, 51, 51,0.7);
background: rgba(0,0,0,0.33);
text-align: center;
line-height: 416px;
color: #fff;

@ -121,6 +121,12 @@ class PublishRightnow extends Component{
homework_ids: this.props.checkBoxValues,
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{
data={
homework_ids: this.props.checkBoxValues,

@ -432,6 +432,7 @@ class commonWork extends Component{
<PublishRightnow ref="publishModalRef" showActionButton={true} {...this.props} checkBoxValues={checkBoxValues}
showActionButton={false}
isPublish={true}
islist={true}
isPublishtype={1}
doWhenSuccess={this.doWhenSuccess} fromListPage={true}></PublishRightnow>
{

Loading…
Cancel
Save