@@ -101,6 +101,7 @@ export default {
this.roleName = ''
this.id = ''
this.checkedKeys = []
+ this.expandedKeys = []
},
// 查找叶子节点
findLeaf (data, arr) {
@@ -100,6 +100,7 @@ export default {
@@ -189,7 +189,6 @@ export default {
getMenuList({ id: id }).then(res => {
if (res.status == 200) {
_this.menuData = res.data
- console.log(_this.menuData)
this.showMenuModal = true
}
})