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() })