Explorar el Código

互联网-社管一张图-框选,先点‘周边分析’后,在点击‘框选’时,框选的空间选择栏没弹出来

CzRger hace 1 año
padre
commit
c23cd0eb9d
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      src/views/gis/layout/index.vue

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

@@ -250,8 +250,11 @@ export default defineComponent({
         //  周边分析清空
         state.toolsParams.analysis = null
       } else {
-        state.toolsCom = markRaw(item.com)
-        state.toolsType = (state.toolsType === item.value ? '' : item.value)
+        state.toolsType = ''
+        setTimeout(() => {
+          state.toolsType = (state.toolsType === item.value ? '' : item.value)
+          state.toolsCom = markRaw(item.com)
+        }, 100)
       }
     }
     const mockSB1 = () => {