Commit 92c9b03d by caoyanzhi

update: 管理员列表

parent 12e7016d
......@@ -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