From c9cc263d5292b7d8c7afd78e8396fb27b624552b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 16 Nov 2022 09:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/AppBayonetRegistration/components/Detail.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue index d9926c34..0a69cd96 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue @@ -15,8 +15,6 @@ - - @@ -82,7 +80,6 @@ - @@ -182,7 +179,7 @@ this.isLoading = true if (this.params && this.params.id) { this.id = this.params.id - this.$dict.load(['EP_handleType', 'EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_handoverObject', 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverMethod', 'EP_abnormalType']).then(() => { + this.$dict.load(['EP_handleType', 'EP_travelType', 'yesOrNo', 'EP_handoverObject', 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverMethod', 'EP_abnormalType']).then(() => { this.getInfo(this.params.id) }) }