Hwt hace 2 años
padre
commit
18cc976c21
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      smart/src/views/parkingSpaceManagement/parkingSpaceList.vue

+ 3 - 1
smart/src/views/parkingSpaceManagement/parkingSpaceList.vue

@@ -313,7 +313,9 @@ export default {
     this.communityNameList();
     // this.garageNameList();
     this.mixins_dataUrl = '/sc-community/assets/garage/parking/page';
-    this.mixins_query = {};
+    this.mixins_query = {
+      type: 2
+    };
     this.mixins_search();
   }
 };