|
@@ -414,7 +414,6 @@ class ListItem extends Component{
|
|
|
})||noneIds.find((i)=>{
|
|
|
return i.id===item.questionId;
|
|
|
});
|
|
|
- console.log(noneIds)
|
|
|
/*const selected = data.find((it)=>{console.log(exists)
|
|
|
return exists.findIndex((i)=>i.questionId===it.id)!==-1||noneIds.includes(it.id)||withs.findIndex((i)=>i.questionId===it.id)!==-1;
|
|
|
});*/
|
|
@@ -436,7 +435,7 @@ class ListItem extends Component{
|
|
|
return style['exclusion'];
|
|
|
}
|
|
|
}else{
|
|
|
- if(isExclu&&[...noneIds,...exists,...withs].length>0){
|
|
|
+ if(isExclu&&([...noneIds,...exists,...withs].length>0||ban.id)){
|
|
|
return style['exclusion'];
|
|
|
}
|
|
|
if(noneIds.includes(id)){
|