@ -142,7 +142,6 @@ class EcStudentList extends Component {
};
const form = new FormData();
form.append('file', file.file);
form.append('attachment_id', file.file.uid);
axios.post(Url,form
,config).then((response) => {
if(response.data.status===0){