|
@@ -185,6 +185,7 @@ export default {
|
|
|
} from '@/utils/UIInteractions'
|
|
|
import { useRafFn } from '@vueuse/core'
|
|
|
import { asideShow } from '@/store/index'
|
|
|
+ import {locationUnit} from "@/utils/map/OperationSupervision";
|
|
|
|
|
|
const aside_hide = asideShow().isHide
|
|
|
|
|
@@ -236,6 +237,7 @@ export default {
|
|
|
|
|
|
const entInfoListShow = ref(false)
|
|
|
function handleCloseEntList() {
|
|
|
+ locationUnit(null,false)
|
|
|
entInfoListShow.value=false
|
|
|
if(!entInfoShow.value) {
|
|
|
// ue_closeUnitVedio()
|
|
@@ -244,6 +246,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
function handleCloseEntInfo() {
|
|
|
+ locationUnit(null,false)
|
|
|
entInfoShow.value=false
|
|
|
if(!entInfoListShow.value) {
|
|
|
// ue_closeUnitVedio()
|