Authored by zhangtianqi

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

... ... @@ -121,7 +121,7 @@ export default {
//加载资源列表
const { proxy } = Vue.getCurrentInstance()
// 加载列表
proxy.$http.get("/api-web/home/resType/getTree?typeParentFlag=1", {}, function(res) {
proxy.$http.get("/api-web/home/resType/getTree?notExist=machineroom&table=resources&exist=HOST_MINICOMPUTER_SERVER", {}, function(res) {
if (res && res.data) {
that.list = res.data;
}
... ...