题库智能组卷

dev_jupyter
杨树林 5 years ago
parent 5bd8192aab
commit cdd5460653

@ -129,9 +129,7 @@ class Intecomponents extends Component {
difficulty:this.Judquestio.Getdatas()[0].rbnd, difficulty:this.Judquestio.Getdatas()[0].rbnd,
} }
axios.get(url, {params: { axios.post(url,data).then((response) => {
data
}}).then((response) => {
if (response) { if (response) {
console.log("智能组卷"); console.log("智能组卷");
console.log(response); console.log(response);
@ -151,7 +149,6 @@ class Intecomponents extends Component {
} }
getdatass=(nandu)=>{ getdatass=(nandu)=>{
debugger
if (this.Judquestio.Getdatas().length === 0) { if (this.Judquestio.Getdatas().length === 0) {
this.scrollToAnchor("Itembankstopid"); this.scrollToAnchor("Itembankstopid");
return false; return false;
@ -170,9 +167,7 @@ class Intecomponents extends Component {
difficulty:nandu, difficulty:nandu,
} }
axios.get(url, {params: { axios.post(url,data).then((response) => {
data
}}).then((response) => {
if (response) { if (response) {
console.log("智能组卷"); console.log("智能组卷");
console.log(response); console.log(response);

Loading…
Cancel
Save