From 3c13a7dc54d6a1038cc0a615132546498a5c9241 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 6 Sep 2019 13:50:51 +0100 Subject: [PATCH] terminal regions fixed --- src/views/terminals/components/AccountDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/terminals/components/AccountDetail.vue b/src/views/terminals/components/AccountDetail.vue index 3c6c2554..701fc68c 100644 --- a/src/views/terminals/components/AccountDetail.vue +++ b/src/views/terminals/components/AccountDetail.vue @@ -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