You've already forked vue-element-admin
refine code
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
return this.roles[0]
|
||||
},
|
||||
set(val) {
|
||||
this.$store.dispatch('ChangeRoles', val).then(() => {
|
||||
this.$store.dispatch('changeRoles', val).then(() => {
|
||||
this.$emit('change')
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user