From 222450db1b451bf5a6665e33ad7b860e82e06bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 20 Sep 2019 16:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/ecs/subroute/ecStudentList/EcStudentList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/react/src/modules/ecs/subroute/ecStudentList/EcStudentList.js b/public/react/src/modules/ecs/subroute/ecStudentList/EcStudentList.js index 350db2524..b49f94629 100644 --- a/public/react/src/modules/ecs/subroute/ecStudentList/EcStudentList.js +++ b/public/react/src/modules/ecs/subroute/ecStudentList/EcStudentList.js @@ -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){