代码调整
This commit is contained in:
parent
f17a54b860
commit
0297144b16
@ -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 => {
|
||||
|
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user