Browse Source

模板维护基本完成

Luolei 6 years ago
parent
commit
e52e7358c9
2 changed files with 6 additions and 4 deletions
  1. 2 2
      src/api/config.js
  2. 4 2
      src/components/icss/PubTagPartDetail.vue

+ 2 - 2
src/api/config.js

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

+ 4 - 2
src/components/icss/PubTagPartDetail.vue

@@ -128,6 +128,10 @@ export default {
         type: Array
         type: Array
     }
     }
   },
   },
+
+  destroyed:function(){
+    this.searchVal = ''
+  },
   data() {
   data() {
     return {
     return {
       poolDetailList: [[],[],[],[],[],[]],     //默认6个部分
       poolDetailList: [[],[],[],[],[],[]],     //默认6个部分
@@ -417,9 +421,7 @@ export default {
     getRightListDes(){
     getRightListDes(){
       let idStr = this.currentLis.join(',');
       let idStr = this.currentLis.join(',');
       let param = {
       let param = {
-        // "age": 0,
         "ids": idStr,
         "ids": idStr,
-        // "sexType": 3
       }
       }
       api.detailsTagList(param).then((res) => {        //右侧展开内容
       api.detailsTagList(param).then((res) => {        //右侧展开内容
         if (res.data.code === '0') {
         if (res.data.code === '0') {