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