Commit 526e4069 by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into test

parents 16d6bd17 92c9b03d
......@@ -76,6 +76,7 @@ export default {
ele.expand = false;
});
}
this.roleList = [];
resData.result.forEach(i => {
if (i.roleUser.length) {
this.roleList = this.roleList.concat(i.roleUser);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment