src/components/map/index.vue @@ -157,6 +157,10 @@ 'layoutElement.campusValue': { handler (newData) { this.campusCut(newData) this.$nextTick(() => { this.$refs.leftNav.initialize(newData) }) } } },