Commit 2afb89af by 姜雷

修改区域选择组件

parent e40bf74a
......@@ -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