|
@@ -125,7 +125,7 @@ export const fullfillText = (arr,noPre=false,noEnd=false,ifEmpty=true)=>{
|
|
|
}
|
|
|
}else{
|
|
|
pre = arr[i-1];
|
|
|
- item = !ifEmpty&&cNum<config.showCheckNum?Object.assign({},it,{showInCheck:true}):it;
|
|
|
+ item = !ifEmpty&&cNum<config.showCheckNum+1?Object.assign({},it,{showInCheck:true}):it;
|
|
|
//判断单选项是否有默认选中,位置在隐藏区域时,查体所有标签展示
|
|
|
if(!ifEmpty&&!checkHiddenDefault&&cNum>config.showCheckNum&&+it.tagType===1&&(+it.controlType===0||+it.controlType===1)){
|
|
|
if(it.questionDetailList.find((it)=>it.defaultSelect=='1')){
|