Commit b324fd92 by 孙亚楠

dd

parent e0685875
...@@ -73,7 +73,7 @@ class AuthService extends ServiceBase { ...@@ -73,7 +73,7 @@ class AuthService extends ServiceBase {
async tree(params) { async tree(params) {
try { try {
var all = await this.dao.all(params.saas_id, "id,name,path,pid,icon"); var all = await this.dao.all(params.saas_id);
var pmap = {}; var pmap = {};
for (var item of all) { for (var item of all) {
......
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