Showing
1 changed file
with
1 additions
and
1 deletions
@@ -121,7 +121,7 @@ export default { | @@ -121,7 +121,7 @@ export default { | ||
121 | //加载资源列表 | 121 | //加载资源列表 |
122 | const { proxy } = Vue.getCurrentInstance() | 122 | const { proxy } = Vue.getCurrentInstance() |
123 | // 加载列表 | 123 | // 加载列表 |
124 | - proxy.$http.get("/api-web/home/resType/getTree?typeParentFlag=1", {}, function(res) { | 124 | + proxy.$http.get("/api-web/home/resType/getTree?notExist=machineroom&table=resources&exist=HOST_MINICOMPUTER_SERVER", {}, function(res) { |
125 | if (res && res.data) { | 125 | if (res && res.data) { |
126 | that.list = res.data; | 126 | that.list = res.data; |
127 | } | 127 | } |
-
Please register or login to post a comment