diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue index 7b6487f..d35910a 100644 --- a/src/views/oneMap/index.vue +++ b/src/views/oneMap/index.vue @@ -325,9 +325,9 @@ let popupData = e.feature.properties; console.log('popupData---', '告警12.19---------', popupData); let data = { - title: popupData.wranLocation, + title: popupData.content?.wranLocation, comIDs: ['gdpf'], - getSiteId: popupData.id, + getSiteId: popupData.content?.id, }; bus.emit('publicDialog', data); });