소스 검색

删除路由

王通 1 년 전
부모
커밋
3155a42daa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monitor.vue

+ 1 - 1
src/views/monitor.vue

@@ -523,7 +523,7 @@ export default {
         this.selectCameraByCoverage(data.id)
         that.selectCameraByDeptId(data.id);
         getCamerasByDeptId(data.id).then((res) => {
-          that.$refs.TVWalls.showTVWall(res.data, {
+          that.$refs.TVWall.showTVWall(res.data, {
             longitude: data.deptLongitude,
             latitude: data.deptLatitude,
           });