Ver código fonte

独立标签和标签组修改参数修改

zhangxc 6 anos atrás
pai
commit
0ce01a9ceb

+ 1 - 1
src/api/config.js

@@ -153,7 +153,7 @@ export default {
     {controlType:[0,1,2,5,6],tagType:[1,2],notTagType:[8]},  //多项统一横铺标签(血压)
     {controlType:[0,1,2,5,6],tagType:[1,2],notTagType:[8]},  //症状详细(症状尾巴)
     {controlType:[1,2],tagType:[1,2,3,4,10],notTagType:[8]}, //组合项标签(既往史)
-    {controlType:[1,7],tagType:[],notTagType:[8]},    //化验组合
+    {controlType:[1,6],tagType:[],notTagType:[8]},    //化验组合
     {controlType:[1,2,99],tagType:[],notTagType:[8]},   //症状推送类型(添加症状)
   ]
 }

+ 1 - 1
src/components/icss/IndeptLabel.vue

@@ -162,7 +162,7 @@
         this.$router.push({path:'LT-YXSJWH-TJDLBQ'})
       },
       modifyIndeptTag(row) {
-        api.detailsTag({id:row.id,sexType:row.sexType,age:row.age}).then((res)=>{
+        api.detailsTag({id:row.id}).then((res)=>{
           const {code,data,msg} = res.data;
           if(code=='0'){
             const item = Object.assign({},row,data);

+ 1 - 1
src/components/icss/LabelGroup.vue

@@ -168,7 +168,7 @@ export default {
             this.$router.push({path:'LT-YXSJWH-TJBQZ'})
         },
         modifyTagGroup(row) {
-            api.detailsTag({id:row.id,sexType:row.sexType,age:row.age}).then((res)=>{
+            api.detailsTag({id:row.id}).then((res)=>{
                 const {code,data,msg} = res.data;
                 if(code=='0'){
                     const item = Object.assign({},row,data);

+ 0 - 1
src/components/icss/NoiseTemplate.vue

@@ -176,7 +176,6 @@ export default {
         });
         return;
       }
-      console.log('this.dataPub', this.dataPub)
       if(this.dataPub.region8 > this.dataPub.region9) {
           this.$message({
             message: '最小年龄不能大于最大年龄',

+ 1 - 1
src/components/icss/PubIndeptTag.vue

@@ -97,7 +97,7 @@
                     label="标签前后缀:"
                     class="fix-inp"
                     prop="region12"
-                    v-if="form.region2==6 || form.region2==7"
+                    v-if="form.region2==5 ||form.region2==6 || form.region2==7 "
             >
                 <el-col :span="10">
                 <el-input v-model="form.prefix"