卡口登记
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
</div>
|
||||
<div class="right">
|
||||
<span v-for="(item, index) in travelType" :key="index">
|
||||
{{ $dict.getLabel('epidemicRecentTravel', item) }}
|
||||
{{ $dict.getLabel('EP_travelType', item) }}
|
||||
<span v-show="index < travelType.length - 1">,</span>
|
||||
</span>
|
||||
</div>
|
||||
@@ -213,7 +213,7 @@ export default {
|
||||
|
||||
onLoad(query) {
|
||||
this.$loading()
|
||||
this.$dict.load(['epidemicRecentHealth', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicMemberType', 'epidemicRecentTestResult']).then(() => {
|
||||
this.$dict.load(['epidemicRecentHealth', 'epidemicRecentTravel', 'epidemicTouchInFourteen', 'epidemicMemberType', 'epidemicRecentTestResult','EP_travelType']).then(() => {
|
||||
this.getInfo(query.id)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user