Authored by zhangtianqi

feat: 资源类型 接口参数错误

@@ -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 }