Authored by XuHaoJie

杭州-乙方运维-添加用户权限(根据业务权限)

@@ -59,7 +59,7 @@ export default { @@ -59,7 +59,7 @@ export default {
59 var params = { 59 var params = {
60 // page: pageInfo.page, 60 // page: pageInfo.page,
61 // limit: pageInfo.limit, 61 // limit: pageInfo.limit,
62 - username: '1', 62 + username: localStorage.getItem("lgn"),
63 }; 63 };
64 proxy.$http.get("/api-web/bOpsProject/getTree", params, function (res) { 64 proxy.$http.get("/api-web/bOpsProject/getTree", params, function (res) {
65 if (res && res.data) { 65 if (res && res.data) {