zhulizhen1111 hace 4 años
padre
commit
fc9d9036e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/floorList.vue

+ 1 - 1
src/components/floorList.vue

@@ -37,7 +37,7 @@ export default {
         }
     },
     mounted() {
-        this.tabFloor('1F')
+        this.tabFloor()
     },
     computed: {
         ...mapGetters(['floorsArr'])