dev_ec
杨树林 5 years ago
parent 1014b4243d
commit 222450db1b

@ -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){

Loading…
Cancel
Save