|
|
|
@ -262,6 +262,34 @@ class Intecomponents extends Component {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
preservation = () => {
|
|
|
|
|
|
|
|
|
|
let mylistcour=1;
|
|
|
|
|
try {
|
|
|
|
|
mylistcour=this.state.single_question_count+this.state.multiple_question_count+this.state.judgement_question_count+this.state.program_question_count
|
|
|
|
|
}catch (e) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if(mylistcour===0){
|
|
|
|
|
this.props.showNotification(`没有题不能组卷`);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
let arraycour=1;
|
|
|
|
|
try {
|
|
|
|
|
arraycour=this.Judquestio.Getdatas()[3].rbdxt+this.Judquestio.Getdatas()[4].rbdxtx+ this.Judquestio.Getdatas()[5].rbpdt+this.Judquestio.Getdatas()[6].rbbct
|
|
|
|
|
|
|
|
|
|
}catch (e) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(arraycour===0){
|
|
|
|
|
this.props.showNotification(`没有设置题型及数量不能组卷`);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.Judquestio.Getdatas().length === 0) {
|
|
|
|
|
this.scrollToAnchor("Itembankstopid");
|
|
|
|
|
return;
|
|
|
|
|