mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-06 01:09:48 +08:00
terminal regions fixed
This commit is contained in:
parent
f629755bf4
commit
3c13a7dc54
@ -223,7 +223,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getRemoteRegionList(query) {
|
getRemoteRegionList(query) {
|
||||||
query = {}
|
query = {}
|
||||||
query.platform = 'OLFDE'
|
query.platform = this.$store.state.platform
|
||||||
query.limit = 100
|
query.limit = 100
|
||||||
fetchRegionList(query).then(response => {
|
fetchRegionList(query).then(response => {
|
||||||
if (!response.data.regions) return
|
if (!response.data.regions) return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user