|
@@ -223,11 +223,12 @@ export default defineComponent({
|
|
|
}
|
|
|
const handleClick = (item) => {
|
|
|
if (item.dataId === store.state.gis.gisParams.qy.feature?.getId()) {
|
|
|
- store.state.gis.gisParams.qy.overlay.setPosition(store.state.gis.gisParams.qy.feature.getGeometry().getCoordinates())
|
|
|
- store.state.gis.map.getView().animate({
|
|
|
- center: store.state.gis.gisParams.qy.feature.getGeometry().getCoordinates(),
|
|
|
- zoom: store.state.gis.gisParams.autoZoom,
|
|
|
- });
|
|
|
+ // store.state.gis.gisParams.qy.overlay.setPosition(store.state.gis.gisParams.qy.feature.getGeometry().getCoordinates())
|
|
|
+ // store.state.gis.map.getView().animate({
|
|
|
+ // center: store.state.gis.gisParams.qy.feature.getGeometry().getCoordinates(),
|
|
|
+ // zoom: store.state.gis.gisParams.autoZoom,
|
|
|
+ // });
|
|
|
+ store.dispatch('gis/LOAD_GIS_PARAMS_QY_RESET')
|
|
|
} else {
|
|
|
axios({
|
|
|
url: store.state.gis.element.layer.getSource().getUrls()[0],
|