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