王通 il y a 1 an
Parent
commit
3155a42daa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
           });