terminal regions fixed
This commit is contained in:
parent
f629755bf4
commit
3c13a7dc54
|
@ -223,7 +223,7 @@ export default {
|
|||
},
|
||||
getRemoteRegionList(query) {
|
||||
query = {}
|
||||
query.platform = 'OLFDE'
|
||||
query.platform = this.$store.state.platform
|
||||
query.limit = 100
|
||||
fetchRegionList(query).then(response => {
|
||||
if (!response.data.regions) return
|
||||
|
|
Loading…
Reference in New Issue