|
@@ -1490,6 +1490,12 @@ 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){
|
|
|
+ return true;
|
|
|
+ }
|
|
|
+ return false;
|
|
|
+ }
|
|
|
return it.value||+it.specFlag===4;
|
|
|
});
|
|
|
return newArr;
|