Authored by 王涛

Merge branch 'master-500-dev-xwx' into 'master-500-dev'

首页卡片查看资源信息数据展示错误



See merge request !492
... ... @@ -98,6 +98,9 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'soulTable', 'sessions', 'comm
//两种虚拟机合并成一种
//var newResType = resType === 'VIRTUALIZATION_VHOST' ? 'VIRTUALIZATION_VHOST,VIRTUALIZATION_VMWARE_VHOST' : resType;
var newResType = resType;
if (newResType.indexOf("VHOST")!= -1){
newResType="VHOST"
}
$(".biz_reslist_search").show();
$(".biz_reslist_treetable_search").hide();
$("#bizResListTableContent").show();
... ...