diff --git a/src/project/pingchang/AppReturnHomeRegister/Add.vue b/src/project/pingchang/AppReturnHomeRegister/Add.vue index 69f0690..7dd57dd 100644 --- a/src/project/pingchang/AppReturnHomeRegister/Add.vue +++ b/src/project/pingchang/AppReturnHomeRegister/Add.vue @@ -241,7 +241,7 @@

近七日内是否接触新冠确诊或疑似患者?

- +
@@ -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: {