This commit is contained in:
liuye
2022-09-29 09:31:50 +08:00
parent 53f5df58b6
commit c429195369

View File

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