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