dev_cs
杨树明 6 years ago
parent eb631a0ec9
commit 0a41deee10

@ -389,7 +389,7 @@ class GraduationTasksSubmitedit extends Component{
let listid=[]; let listid=[];
for(var list of fileList){ for(var list of fileList){
listid.push(list.response == undefined ? list.id : list.response.id;) listid.push(list.response == undefined ? list.id : list.response.id)
} }
this.props.form.validateFields((err, values) => { this.props.form.validateFields((err, values) => {

Loading…
Cancel
Save