|
@@ -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)
|
|
}
|
|
}
|