Procházet zdrojové kódy

摄像头参数去掉deptid

qinhouyu před 2 roky
rodič
revize
31b3a203cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
         })
       },