毕设任务-立即发布

topic_bank
caicai8 6 years ago
parent bd04a1ed35
commit 71820a8bdc

@ -469,7 +469,9 @@ class GraduationTasks extends Component{
checkAllValue:false checkAllValue:false
}) })
this.publishcanner(); this.publishcanner();
this.useBankSuccess(); debugger
let {search,page,order} = this.state
this.fetchAll(search,page,order);
} }
}).catch((error)=>{ }).catch((error)=>{
@ -565,6 +567,12 @@ class GraduationTasks extends Component{
let {search,page,order,all_count} = this.state; let {search,page,order,all_count} = this.state;
this.fetchAll(search,page,order,all_count) this.fetchAll(search,page,order,all_count)
this.setState({
checkBoxValues:object_ids
})
// 立即发布
this.publish();
} }
getcourse_groupslist=(id)=>{ getcourse_groupslist=(id)=>{

Loading…
Cancel
Save