dedsudiyu 3 月之前
父节点
当前提交
894bb771b5
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/videoSurveillance/pageComponent/deptListComponent.vue

+ 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 => {