王通 hace 1 año
padre
commit
3155a42daa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
           });