王通 1 rok pred
rodič
commit
3155a42daa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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,
           });