YaolongHan 4 anos atrás
pai
commit
9632c0d1e8
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      src/components/menuList.vue
  2. 1 1
      src/views/equipment/fenbuPic.vue

+ 1 - 1
src/components/menuList.vue

@@ -68,7 +68,7 @@ export default {
         }
     },
     computed: {
-        ...mapGetters(['plazas', 'plazaId'])
+        ...mapGetters(['plazas', 'plazaId','fmapID'])
     },
     watch: {
         $route: 'handleRoute'

+ 1 - 1
src/views/equipment/fenbuPic.vue

@@ -55,7 +55,7 @@ export default {
         getFloorData() {
             let postParams = {
                 Distinct: true,
-                Filters: `projectId =${this.$store.state.plazaId};categoryId='LCGN' or categoryId='XFBFYCFL';isPub=true`,
+                Filters: `projectId =${this.$store.state.plazaId}; categoryId='XFBFYCFL';isPub=true`,
                 PageNumber: 1,
                 PageSize: 500,
                 Projection: ['floorId']