Skip to content

Commit

Permalink
fix: RoleList2 edit select umijs#118
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoroli committed Mar 9, 2019
1 parent 68ddd4f commit 17035e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/role/RoleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default {
this.permissions.forEach(permission => {
const selected = permissionsAction[permission.id]
permission.selected = selected || []
this.onChangeCheck(permission)
})
console.log('this.permissions', this.permissions)
Expand Down

0 comments on commit 17035e3

Please sign in to comment.