CzRger преди 1 година
родител
ревизия
ce43427808
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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)
       }