去除角色菜单中间表mapper等信息

This commit is contained in:
2022-12-16 21:51:49 +08:00
parent 81f7d33e65
commit 87a8a0a416
12 changed files with 50 additions and 137 deletions

View File

@@ -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
}