Authored by 张凯

杭州-bizreslist.js中当首页中间件跳转进入,去除所属资源池查询条件

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