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