From 10056319d2022279d301839fb0a0cebf488b2d56 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, 10 Jan 2020 12:01:46 +0800 Subject: [PATCH] zhinengzujuan --- .../src/modules/testpaper/Intecomponents.js | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/public/react/src/modules/testpaper/Intecomponents.js b/public/react/src/modules/testpaper/Intecomponents.js index 97963e2a2..3b5f8d5a9 100644 --- a/public/react/src/modules/testpaper/Intecomponents.js +++ b/public/react/src/modules/testpaper/Intecomponents.js @@ -200,26 +200,6 @@ class Intecomponents extends Component { this.getwangluodata(url, data); } - - getwangluodata = (url, data) => { - axios.post(url, data).then((response) => { - if (response) { - //console.log("智能组卷"); - //console.log(response); - if (response.data) { - this.setState({ - single_question_count: response.data.single_question_count, - multiple_question_count: response.data.multiple_question_count, - judgement_question_count: response.data.judgement_question_count, - program_question_count: response.data.program_question_count, - }) - - } - - } - }); - } - //难度 getdatass = (nandu) => { if (this.Judquestio.Getdatas().length === 0) { this.scrollToAnchor("Itembankstopid");