王通 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,
           });