Browse Source

填写单类型判断bug

Luolei 6 years ago
parent
commit
5b24bee80e

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

@@ -172,7 +172,7 @@ export default {
                 const {code,data,msg} = res.data;
                 if(code=='0'){
                     const item = Object.assign({},row,data);
-                    console.log('item', item)
+                    // console.log('item', item)
                     this.$router.push({name:'AddLabelGroup',params:{isEdit:true,data:item}});
                 }else{
                     this.$message({

+ 5 - 0
src/components/icss/PubTagPartDetail.vue

@@ -244,6 +244,11 @@ export default {
         }
       }
     },
+    tipLis(newVal, preVal) {
+      if (newVal != preVal) {
+        this.currentTipLis = newVal
+      }
+    },
     sign(newVal, preVal) {
       if (JSON.stringify(newVal) != JSON.stringify(preVal) && this.tmpNum != 1) {
         this.clearData()

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

@@ -54,7 +54,7 @@
             </li>
         </ul>
     </div>
-    <div class="buttonBox"  v-if="type == 1">     
+    <div class="buttonBox"  v-if="type == 1">  
         <div class="mainButton">
             <el-button type="primary" @click="mainSymptom">跟主症状</el-button>
         </div>