From 2a7dec28119f200d151083760fb01b8dcd14a08b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 13 Oct 2022 09:03:56 +0800 Subject: [PATCH] 31093 --- project/pingchang/apps/AppHomeReport/components/Detail.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/pingchang/apps/AppHomeReport/components/Detail.vue b/project/pingchang/apps/AppHomeReport/components/Detail.vue index 054162ed..15d1528f 100644 --- a/project/pingchang/apps/AppHomeReport/components/Detail.vue +++ b/project/pingchang/apps/AppHomeReport/components/Detail.vue @@ -92,7 +92,7 @@ style="margin-bottom: 20px;" label-width="120px"> - + @@ -142,8 +142,7 @@ this.isLoading = true if (this.params && this.params.id) { this.id = this.params.id - this.$dict.load(['EP_quarantineStrategy', 'EP_handleType', 'EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_handoverObject', - 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_homeStatus', 'EP_abnormalType']).then(() => { + this.$dict.load(['EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_abnormalType']).then(() => { this.getInfo(this.params.id) }) }