From 99145dfe2949cf78fbf5ca9f0e5b4a5e41d8a370 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 11 Oct 2022 10:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppReturnHomeRegister/Add.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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: {