Commit bf3f27f6 by 姜雷

修改运营商区域的列表获取

parent b181e5f2
......@@ -30,9 +30,13 @@ export default {
},
computed: {
dashboardArea() {
if (this.$store.state.base['dashboardArea' + this.storeIndex]) {
return this.$store.getters[
`dashboardArea${this.storeIndex}/dashboardArea`
];
} else {
return [];
}
},
},
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