This commit is contained in:
shijingjing
2022-10-11 10:01:21 +08:00
parent 93fb661712
commit 99145dfe29

View File

@@ -241,7 +241,7 @@
<h2>近七日内是否接触新冠确诊或疑似患者</h2>
</div>
<div class="form-item__right">
<AiRadio style="width: 100%;" v-model="form.contactPatients" dict="yesOrNo"></AiRadio>
<AiRadio style="width: 100%;" v-model="form.contactPatients" dict="epidemicTouchInFourteen"></AiRadio>
</div>
</div>
</div>
@@ -359,9 +359,12 @@ export default {
if(o.id) {
this.getDetail(o.id)
}
this.$areaId = this.user.$areaId
this.travelTypeDict = this.$dict.getDict('epidemicRecentTravel')
this.getewayList()
this.$dict.load('EP_travelType','EP_registerPersonType','EP_abnormalType','EP_highRiskIndustries','yesOrNo','epidemicTouchInFourteen').then(()=> {
this.$areaId = this.user.$areaId
this.travelTypeDict = this.$dict.getDict('EP_travelType')
this.getewayList()
})
},
methods: {