Browse Source

修复角色新增时携带信息问题

main
QM303176530 5 years ago
parent
commit
a4137f4264
  1. 1
      web/src/view/superAdmin/authority/authority.vue

1
web/src/view/superAdmin/authority/authority.vue

@ -287,6 +287,7 @@ export default {
}, },
// //
addAuthority(parentId) { addAuthority(parentId) {
this.initForm()
this.dialogTitle = "新增角色" this.dialogTitle = "新增角色"
this.dialogType = "add" this.dialogType = "add"
this.form.parentId = parentId this.form.parentId = parentId

Loading…
Cancel
Save