dedsudiyu hace 1 mes
padre
commit
f4d9f1c42f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/videoSurveillance/pageComponent/videoComponent.vue

+ 1 - 1
src/views/videoSurveillance/pageComponent/videoComponent.vue

@@ -111,7 +111,7 @@
         }else if(!data.subId&&!data.level){
           obj.floorId = data.treeId;
         }else if(data.subId&&!data.level){
-          obj.subId = [data.treeId];
+          obj.subIds = [data.treeId];
         }
         this.$set(this,'videoQueryParams',obj);
         this.$nextTick(()=>{