From 501ccd916d57c6acb08cf00bb5b40edb133f1716 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Wed, 14 Aug 2019 17:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0json=E4=BC=9A=E8=B7=B3=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/ec/ecStudentList/ecStudentList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/ec/ecStudentList/ecStudentList.js b/public/react/src/modules/ec/ecStudentList/ecStudentList.js index 4208b2bc..b60ab2ee 100644 --- a/public/react/src/modules/ec/ecStudentList/ecStudentList.js +++ b/public/react/src/modules/ec/ecStudentList/ecStudentList.js @@ -242,7 +242,7 @@ class ecStudentList extends Component { } } } - let url ='/ec_major_schools/'+major_id+'/academic_years/'+year_id+'/destroy_students.json' + let url ='/ec_major_schools/'+major_id+'/academic_years/'+year_id+'/destroy_students' axios.delete(url,{data:{ all:studentall, student_ids:newstudent_id,