|
@@ -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() { // 调用子组件的方法验证公用部分
|