Ver código fonte

企业关闭清空设备

CzRger 1 ano atrás
pai
commit
15751e18b9
1 arquivos alterados com 5 adições e 4 exclusões
  1. 5 4
      src/views/gis/layout/index.vue

+ 5 - 4
src/views/gis/layout/index.vue

@@ -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)