字典
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user