From 39849cea5ae036a80b2be867f7b5f64cd2586028 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 27 Sep 2022 14:50:03 +0800 Subject: [PATCH] 31054 --- .../AppBayonetRegistration/components/Detail.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue index 4157724d..01bc856f 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue @@ -43,9 +43,15 @@ @@ -142,7 +148,7 @@ if (this.params && this.params.id) { this.id = this.params.id this.$dict.load(['EP_riskLevel', 'EP_handleType', 'EP_registerPersonType', 'EP_highRiskIndustries', 'EP_travelType', 'yesOrNo', 'EP_handoverObject', - 'EP_handleType', 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverMethod']).then(() => { + 'EP_handleType', 'EP_quarantineAddress', 'EP_homeStatus', 'EP_quarantineStrategy', 'EP_controlMethod', 'EP_handoverMethod', 'EP_abnormalType']).then(() => { this.getInfo(this.params.id) }) }