|
@@ -203,10 +203,10 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}else{ //第一条不是互斥项,第二条不是伴无 3...
|
|
}else{ //第一条不是互斥项,第二条不是伴无 3...
|
|
|
|
+ tmpArr[0].push({questionDetailList:[]})
|
|
|
|
+ tmpArr[1].push({questionDetailList:[]})
|
|
tagList.map((val,idx)=>{
|
|
tagList.map((val,idx)=>{
|
|
- if(idx > 1){
|
|
|
|
- tmpArr[idx] = val.questionMapping
|
|
|
|
- }
|
|
|
|
|
|
+ tmpArr[idx+2] = val.questionMapping
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}else{ //有且只有一条
|
|
}else{ //有且只有一条
|
|
@@ -513,7 +513,7 @@ export default {
|
|
this.currentLis.map((id)=>{
|
|
this.currentLis.map((id)=>{
|
|
tmpArr.push(res.data.data[id]);
|
|
tmpArr.push(res.data.data[id]);
|
|
})
|
|
})
|
|
- console.log(tmpArr,'多选既往史')
|
|
|
|
|
|
+ // console.log(tmpArr,'多选既往史')
|
|
this.selectArr.map((flg,idx)=>{ //判断右侧有没有选中
|
|
this.selectArr.map((flg,idx)=>{ //判断右侧有没有选中
|
|
if(flg){ //有选中
|
|
if(flg){ //有选中
|
|
if(idx == 0 || idx == 1){
|
|
if(idx == 0 || idx == 1){
|