|
@@ -1491,7 +1491,7 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
function getValuedLabels(arr){
|
|
|
const newArr = arr.filter((it)=>{
|
|
|
if(it.tagType=='3'){ //血压类型
|
|
|
- if(it.questionMapping.findIndex((i)=>i.value!==undefined)!==-1){
|
|
|
+ if(it.questionMapping.findIndex((i)=>i.value!==undefined)!==-1||+it.specFlag===4){
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|