Commit 2afb89af by 姜雷

修改区域选择组件

parent e40bf74a
...@@ -31,11 +31,6 @@ export default { ...@@ -31,11 +31,6 @@ export default {
}, },
}, },
mixins: [areaMixin], mixins: [areaMixin],
computed: {
areaList() {
return this[`areaList${this.accessType}`];
},
},
methods: { methods: {
changeHandle(val) { changeHandle(val) {
if (val) { if (val) {
......
...@@ -28,6 +28,9 @@ export default { ...@@ -28,6 +28,9 @@ export default {
}, },
computed: { computed: {
...mapGetters('area', getterList), ...mapGetters('area', getterList),
areaList() {
return this[`areaList${this.accessType}`];
},
}, },
methods: { methods: {
...mapActions('area', actionsList), ...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