Commit f47261e1 by 姜雷

Merge branch 'develop' into 'test'

修改区域选择组件 See merge request !119
parents 78c9f0f0 2afb89af
......@@ -31,11 +31,6 @@ export default {
},
},
mixins: [areaMixin],
computed: {
areaList() {
return this[`areaList${this.accessType}`];
},
},
methods: {
changeHandle(val) {
if (val) {
......
......@@ -28,6 +28,9 @@ export default {
},
computed: {
...mapGetters('area', getterList),
areaList() {
return this[`areaList${this.accessType}`];
},
},
methods: {
...mapActions('area', actionsList),
......
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