From c429195369665d7a9007c879c8c91de19ffea08d Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 29 Sep 2022 09:31:50 +0800 Subject: [PATCH] id --- .../pingchang/AppCheckpointRegistration/RiskContent.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue index a9b785c9..e3f60af7 100644 --- a/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue +++ b/src/project/pingchang/AppCheckpointRegistration/RiskContent.vue @@ -207,9 +207,8 @@ export default { this.areaId = this.user.areaId this.areaName = this.user.areaName this.$dict.load('yesOrNo', 'EP_registerPersonType', 'EP_travelType', 'EP_abnormalType', 'epidemicTouchInFourteen', 'EP_homeStatus2', 'EP_quarantineStrategy', 'EP_communityHandleType').then(() => { - // this.id = option.id + this.id = option.id this.handleTypeList = this.$dict.getDict('EP_communityHandleType') - this.id = '5ba23169ca3f46fe86c17a7e0af366b9' this.getDetail() })