字典
This commit is contained in:
@@ -241,7 +241,7 @@
|
|||||||
<h2>近七日内是否接触新冠确诊或疑似患者?</h2>
|
<h2>近七日内是否接触新冠确诊或疑似患者?</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -359,9 +359,12 @@ export default {
|
|||||||
if(o.id) {
|
if(o.id) {
|
||||||
this.getDetail(o.id)
|
this.getDetail(o.id)
|
||||||
}
|
}
|
||||||
this.$areaId = this.user.$areaId
|
this.$dict.load('EP_travelType','EP_registerPersonType','EP_abnormalType','EP_highRiskIndustries','yesOrNo','epidemicTouchInFourteen').then(()=> {
|
||||||
this.travelTypeDict = this.$dict.getDict('epidemicRecentTravel')
|
this.$areaId = this.user.$areaId
|
||||||
this.getewayList()
|
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
||||||
|
this.getewayList()
|
||||||
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user