Kaynağa Gözat

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

CzRger 1 yıl önce
ebeveyn
işleme
c23cd0eb9d
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  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 = () => {