dedsudiyu 3 meses atrás
pai
commit
894bb771b5

+ 3 - 1
src/views/videoSurveillance/pageComponent/deptListComponent.vue

@@ -297,12 +297,14 @@
       },
       //查询实验室在线人数
       laboratorySubPassOutGetCountByBuildId(type,id){
+        console.log('type',type);
+        console.log('id',id);
         let obj = {};
         if(type == 1){
           obj.buildId = id
         }else if(type == 2){
           obj.floorId = id
-        }else if(type == 3){
+        }else{
           obj.subId = id
         }
         laboratorySubPassOutGetCountByBuildId(obj).then(response => {