소스 검색

监控中心替换组织机构树

彭宇 2 년 전
부모
커밋
84e3bb81c5
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/monitor.vue

+ 5 - 0
src/views/monitor.vue

@@ -482,6 +482,11 @@ export default {
             that.$refs.supermap.clearM(false)
             that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
           }, 1000)
+        }else{
+          setTimeout(() => {
+            that.$refs.supermap.clearM(true)
+            that.$refs.supermap.clearM(false)
+          }, 1000)
         }
       })
     },