Explorar el Código

互联网-社管一张图-周边分析,点击设备弹框上的关闭“x”按钮或点击列表取消选中后,设备的图标就不显示了

CzRger hace 1 año
padre
commit
f990524ce1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/store/modules/gis.ts

+ 1 - 0
src/store/modules/gis.ts

@@ -793,6 +793,7 @@ const actions = {
       state.gisParams.default.overlay.setPosition(undefined)
       state.gisParams.default.feature = null
       dispatch('LOAD_GIS_ELEMENT')
+      dispatch('LOAD_GIS_ANALYSIS_ELEMENT')
     }
   },
   LOAD_GIS_ELEMENT({state, dispatch, getters, rootState}: any, activeArr: any = []) {