Browse Source

查体重新加载标签显示顺序bug2781

zhouna 5 years atrás
parent
commit
d3ac7833c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/tools.js

+ 1 - 1
src/utils/tools.js

@@ -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;