CzRger 1 anno fa
parent
commit
ce43427808
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/gis/layout/index.vue

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

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