去除角色菜单中间表mapper等信息
This commit is contained in:
@@ -184,7 +184,7 @@ export default {
|
||||
// 初始化默认选中的key
|
||||
_this.menuIds = []
|
||||
_this.menus.forEach(function(data) {
|
||||
_this.menuIds.push(data.menuId)
|
||||
_this.menuIds.push(data)
|
||||
})
|
||||
})
|
||||
}
|
||||
@@ -207,7 +207,7 @@ export default {
|
||||
// 初始化默认选中的key
|
||||
this.menuIds = []
|
||||
val.menus.forEach(function(data) {
|
||||
_this.menuIds.push(data.menuId)
|
||||
_this.menuIds.push(data)
|
||||
})
|
||||
this.showButton = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user