浏览代码

摄像头参数去掉deptid

qinhouyu 2 年之前
父节点
当前提交
31b3a203cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monitor.vue

+ 1 - 1
src/views/monitor.vue

@@ -431,7 +431,7 @@
       //传感器2
       getMonitorDeviceAndDataLists() {
         let that = this
-        getMonitorDeviceAndDataList(this.deptId).then((res) => {
+        getMonitorDeviceAndDataList(null).then((res) => {
           that.sensorNum = res.data.length
         })
       },