Explorar el Código

摄像头参数去掉deptid

qinhouyu hace 2 años
padre
commit
31b3a203cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         })
       },