Commit 0e6a29f2 by 姜雷

Merge branch 'develop' into 'test'

修改运营商区域的列表获取 See merge request !152
parents 02e05116 bf3f27f6
...@@ -30,9 +30,13 @@ export default { ...@@ -30,9 +30,13 @@ export default {
}, },
computed: { computed: {
dashboardArea() { dashboardArea() {
if (this.$store.state.base['dashboardArea' + this.storeIndex]) {
return this.$store.getters[ return this.$store.getters[
`dashboardArea${this.storeIndex}/dashboardArea` `dashboardArea${this.storeIndex}/dashboardArea`
]; ];
} else {
return [];
}
}, },
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment