|
@@ -127,7 +127,8 @@ export default defineComponent({
|
|
|
toolsParams: {
|
|
|
element: null,
|
|
|
position: null,
|
|
|
- select: null
|
|
|
+ select: null,
|
|
|
+ analysis: null
|
|
|
},
|
|
|
videoLayout: {
|
|
|
width: 640,
|
|
@@ -245,6 +246,9 @@ export default defineComponent({
|
|
|
clearLocationDom()
|
|
|
// 框选清空
|
|
|
state.toolsParams.select?.clearFunc()
|
|
|
+ state.toolsParams.select = null
|
|
|
+ // 周边分析清空
|
|
|
+ state.toolsParams.analysis = null
|
|
|
} else {
|
|
|
state.toolsCom = markRaw(item.com)
|
|
|
state.toolsType = (state.toolsType === item.value ? '' : item.value)
|