riku
2025-06-09 38ff09bd2a638bc43a365efe0390cc3510d62e68
src/views/inspection/problem/component/ProblemTable.vue
@@ -105,9 +105,11 @@
  const title = row.scene.name
  const lnglat = [row.scene.longitude, row.scene.latitude]
  const img = scene_1
  mapUtil.clearViews()
  marks.drawMarker(title, lnglat, img)
  mapUtil.setFitView()
  // mapUtil.clearViews()
  // marks.drawMarker(title, lnglat, img)
  // mapUtil.setFitView()
  mapUtil.setCenter(lnglat)
  mapUtil.setZoomSmall()
  mapStore.focusMarker = row
}