Luolei 6 лет назад
Родитель
Сommit
f6863331f7
3 измененных файлов с 10 добавлено и 10 удалено
  1. 6 6
      src/api/config.js
  2. 2 2
      src/components/icss/CommonTemplate.vue
  3. 2 2
      src/components/icss/PubTagGroup.vue

+ 6 - 6
src/api/config.js

@@ -233,11 +233,11 @@ export default {
     '8':['9']
   },
   groupParams:[
-    {controlType:[1,2],tagType:[1],notTagType:[8]},     //多列多选(杂音/初为)     notTagType为文字标签剔除
-    {controlType:[1,2,5,6,7],tagType:[1,2],notTagType:[8]},  //多项统一横铺标签(血压)
-    {controlType:[0,1,2,5,6,7,11],tagType:[1,2],notTagType:[8]},  //症状详细(症状尾巴)
-    {controlType:[0,1,2],tagType:[1,2,3,4],notTagType:[2,8]}, //组合项标签(既往史)
-    {controlType:[1,6],tagType:[],notTagType:[8]},    //化验组合
-    {controlType:[1,2,99],tagType:[],notTagType:[8]},   //症状推送类型(添加症状)
+    {controlType:[0,1,2],tagType:[1]},     //多列多选(杂音/初为)     notTagType为文字标签剔除
+    {controlType:[0,1,2,5,6,7],tagType:[1]},  //多项统一横铺标签(血压)
+    {controlType:[0,1,2,5,6,7,11],tagType:[1,2,3]},  //症状详细(症状尾巴)
+    {controlType:[0,1,2],tagType:[1,4]}, //组合项标签(既往史)
+    {controlType:[0,1,6],tagType:[1]},    //化验组合
+    {controlType:[0,1,2,99],tagType:[1]},   //症状推送类型(添加症状)
   ]
 }

+ 2 - 2
src/components/icss/CommonTemplate.vue

@@ -572,7 +572,7 @@ export default {
         "tagName": this.searchVal,
         "type": tmpTypeSin,
         "notIds": notIds,
-        "notTagType": this.type == 3?[3,8,10]:(this.type==4?[4,8,10]:(this.type==2 || this.type==22 || this.type==32 || this.type==322?[4,8,10]:[3,4,8,10]))//查体没有症状尾巴有血压,其他史有症状尾巴无血压
+        "notTagType": (this.type==2 || this.type==22 || this.type==32 || this.type==322 || this.type==4)?[4,8,10]:[3,4,8,10]//查体没有症状尾巴有血压,其他史有症状尾巴无血压
       }
       let params = {
         "notIds": notIds,
@@ -590,7 +590,7 @@ export default {
         })
       }else{
         api.searchTagList(param).then((res) => {
-          if (res.data.code === '0') {``
+          if (res.data.code === '0') {
             this.leftTagsList = res.data.data
             this.selectLeftTagsList = []
             this.selectRightTagsList = []

+ 2 - 2
src/components/icss/PubTagGroup.vue

@@ -319,8 +319,8 @@ export default {
         tipLis: [],           //提示列表
       },
       labelTypesMaps: {       //// 归属和填写单类型限制
-        '1': ['2', '3', '4'],  //推送类型暂时不用
-        '3': ['2', '4', '6'],
+        '1': ['2', '3', '4','11'],  //推送类型暂时不用
+        '3': ['2', '3','4', '6'],
         '4': ['2', '3'],
         '5': ['7'],
         '6': ['9'],