...
|
...
|
@@ -83,7 +83,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
|
|
|
//资源列表
|
|
|
function renderList(bizId, resType) {
|
|
|
console.log("renderList");
|
|
|
//两种虚拟机合并成一种
|
|
|
//var newResType = resType === 'VIRTUALIZATION_VHOST' ? 'VIRTUALIZATION_VHOST,VIRTUALIZATION_VMWARE_VHOST' : resType;
|
|
|
var newResType = resType;
|
...
|
...
|
@@ -189,7 +188,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
|
|
|
//树表格
|
|
|
function renderTreeTable(bizId, resType, reloadFlag) {
|
|
|
console.log("renderTreeTable");
|
|
|
$(".biz_reslist_search").hide();
|
|
|
$(".biz_reslist_treetable_search").show();
|
|
|
$("#bizResListTableContent").hide();
|
...
|
...
|
@@ -432,7 +430,6 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm |
|
|
|
|
|
//加载资源池、集群等查询条件
|
|
|
function renderSearchCondition(resType, bizId) {
|
|
|
console.log('resType======'+resType);
|
|
|
$('#biz_reslist_keyword').val('');
|
|
|
$('#biz_reslist_resStatus').val('');
|
|
|
$('#biz_reslist_res_colony').val('');
|
...
|
...
|
|