diff --git a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue index c27bac9a4..0956e5592 100644 --- a/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/dispatchWorkMenuBar.vue @@ -137,7 +137,13 @@ export default { }; }, computed: { - ...mapGetters('map', ['stationList']) + ...mapGetters('map', ['stationList']), + group() { + return this.$route.query.group; + }, + projectDevice() { + return this.$route.query.projectDevice; + } }, mounted() { this.stationList.forEach(station => { diff --git a/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue b/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue index 0469d1cab..d8cabb26d 100644 --- a/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue +++ b/src/jmapNew/theme/datie_02/menus/localWorkMenuBar.vue @@ -136,7 +136,13 @@ export default { computed: { ...mapGetters('map', [ 'stationList' - ]) + ]), + group() { + return this.$route.query.group; + }, + projectDevice() { + return this.$route.query.projectDevice; + } }, mounted() { this.stationList.forEach(station => {