From e917c16c2ca6dde1c6d3ed602e9e7f0d9e4e9ad1 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 14 Oct 2022 16:32:10 +0800 Subject: [PATCH] bug --- project/pingchang/apps/AppHomeReport/components/Detail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/pingchang/apps/AppHomeReport/components/Detail.vue b/project/pingchang/apps/AppHomeReport/components/Detail.vue index fa084093..11a774f5 100644 --- a/project/pingchang/apps/AppHomeReport/components/Detail.vue +++ b/project/pingchang/apps/AppHomeReport/components/Detail.vue @@ -92,7 +92,8 @@ - + + @@ -151,7 +152,7 @@ this.isLoading = true if (this.params && this.params.id) { this.id = this.params.id - this.$dict.load(['EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_abnormalType']).then(() => { + this.$dict.load(['EP_registerPersonType', 'EP_communityHandleType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_abnormalType']).then(() => { this.getInfo(this.params.id) }) }