|
@@ -275,6 +275,7 @@ export default defineComponent({
|
|
|
f.setStyle(f.get('activeStyle'))
|
|
|
}
|
|
|
state.qyParams.qyInfo = JSON.parse(JSON.stringify(f.get('info')))
|
|
|
+ store.dispatch('gis/LOAD_ACTIVE_QY_ID', f.getId())
|
|
|
// 备份新的要素
|
|
|
state.qyParams.tempFeature = f
|
|
|
}
|
|
@@ -434,6 +435,7 @@ export default defineComponent({
|
|
|
// 备份新的要素
|
|
|
state.qyParams.tempFeature = feat
|
|
|
state.qyParams.overlay.setPosition(feat.getGeometry().getCoordinates())
|
|
|
+ store.dispatch('gis/LOAD_ACTIVE_QY_ID', v.id)
|
|
|
})
|
|
|
features.push(feat)
|
|
|
} catch (e) {
|
|
@@ -485,6 +487,7 @@ export default defineComponent({
|
|
|
state.qyParams.tempFeature = null
|
|
|
state.qyParams.qyInfo = {}
|
|
|
state.qyParams.analysisSource?.clear()
|
|
|
+ store.dispatch('gis/LOAD_ACTIVE_QY_ID', null)
|
|
|
}
|
|
|
const onCloseSb = () => {
|
|
|
state.qyParams.sbOverlay.setPosition(undefined)
|