|
|
@ -413,14 +413,14 @@ class GraduationTasksSubmitnew extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let id=this.props.match.params.task_Id;
|
|
|
|
let id=this.props.match.params.task_Id;
|
|
|
|
|
|
|
|
|
|
|
|
if(fileList.length === 0){
|
|
|
|
if(fileList.length === 0){
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
shixunsreplace:true,
|
|
|
|
shixunsreplace:true,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
debugger
|
|
|
|
let url="/graduation_tasks/"+id+"/graduation_works.json";
|
|
|
|
let url="/graduation_tasks/"+id+"/graduation_works.json";
|
|
|
|
axios.post(url, {
|
|
|
|
axios.post(url, {
|
|
|
|
description:values.description,
|
|
|
|
description:values.description,
|
|
|
|