zhangxc 6 лет назад
Родитель
Сommit
592302ac83
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/components/icss/NoiseTemplate.vue

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

@@ -23,7 +23,7 @@
         :tipLis="dataPub.tipLis"
         :choose="dataPub.region2 == 6?'multiple':'single'"
         :options="editData.questionMapping"
-        v-show="dataPub.region2 == 2 || dataPub.region2 == 6"
+        v-if="dataPub.region2 == 2 || dataPub.region2 == 6"
         @changeActionData="changeActionData"
       ></PubTagPartDetail>
       <SymptomTagGroup 
@@ -160,6 +160,7 @@ export default {
       // console.log(type)
     },
     changeActionData(arr) {          //标签明细右侧数据id
+    console.log(44254165456)
       this.sendIds = arr
     },
     submitForm() {       // 调用子组件的方法验证公用部分