Browse Source

摄像头参数去掉deptid

qinhouyu 2 năm trước cách đây
mục cha
commit
31b3a203cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         })
       },