Browse Source

数据备份

CzRger 1 year ago
parent
commit
ce43427808
1 changed files with 2 additions and 1 deletions
  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
         state.toolsParams.analysis = null
       } else {
       } else {
+        const _type = JSON.parse(JSON.stringify(state.toolsType))
         state.toolsType = ''
         state.toolsType = ''
         setTimeout(() => {
         setTimeout(() => {
-          state.toolsType = (state.toolsType === item.value ? '' : item.value)
+          state.toolsType = (_type === item.value ? '' : item.value)
           state.toolsCom = markRaw(item.com)
           state.toolsCom = markRaw(item.com)
         }, 100)
         }, 100)
       }
       }