|
@@ -231,10 +231,7 @@ export default defineComponent({
|
|
|
analysisCircle: <any>null,
|
|
|
tempSbFeature: <any>null,
|
|
|
sbOverlay: <any>null,
|
|
|
- sbInfo: <any>{
|
|
|
- name: '505县道新安村路口1-枪机-0110580',
|
|
|
- code: '46044123124125125',
|
|
|
- },
|
|
|
+ sbInfo: <any>{},
|
|
|
},
|
|
|
videoLayout: {
|
|
|
width: 640,
|
|
@@ -486,6 +483,10 @@ export default defineComponent({
|
|
|
state.qyParams.qyInfo = {}
|
|
|
state.qyParams.analysisSource?.clear()
|
|
|
store.dispatch('gis/LOAD_ACTIVE_QY_ID', null)
|
|
|
+ state.qyParams.sbOverlay?.setPosition(undefined)
|
|
|
+ state.qyParams.tempSbFeature?.get('resetStyle')()
|
|
|
+ state.qyParams.tempSbFeature = null
|
|
|
+ state.qyParams.sbInfo = {}
|
|
|
}
|
|
|
const onCloseSb = () => {
|
|
|
state.qyParams.sbOverlay?.setPosition(undefined)
|