Skip to content

Commit a4137f4

Browse files
author
QM303176530
committed
修复角色新增时携带信息问题
1 parent fce33df commit a4137f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ export default {
287287
},
288288
// 增加角色
289289
addAuthority(parentId) {
290+
this.initForm()
290291
this.dialogTitle = "新增角色"
291292
this.dialogType = "add"
292293
this.form.parentId = parentId

0 commit comments

Comments
 (0)