Преглед изворни кода

摄像头参数去掉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
         })
       },