...
|
...
|
@@ -349,6 +349,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' |
|
|
|
|
|
//加载虚拟化数据(平台、资源池、物理机、虚拟机)
|
|
|
function loadVirtualizationView(parentNode, data, node, options) {
|
|
|
$('#res_coll_protocol_select_div').show();
|
|
|
//绑定业务
|
|
|
// common.bizTypeSelect("treetableBizTypes", function () {
|
|
|
// form.render("select");
|
...
|
...
|
@@ -1337,6 +1338,7 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' |
|
|
limit: -1
|
|
|
}
|
|
|
}).done(function (res) {
|
|
|
$('#res_coll_protocol_select_div').show();
|
|
|
xmSelect.render({
|
|
|
el: '#collProtocolSelect'
|
|
|
, filterable: true
|
...
|
...
|
@@ -1371,6 +1373,8 @@ layui.define(['common', 'tree', 'laypage', 'laytpl', 'admin', 'form', 'table', ' |
|
|
}
|
|
|
})
|
|
|
})
|
|
|
}else{
|
|
|
$('#res_coll_protocol_select_div').hide();
|
|
|
}
|
|
|
if (resType === 'HOST_MINICOMPUTER_PARTITION') {
|
|
|
$("#res_minicomputer").parent().parent().removeClass("hide");
|
...
|
...
|
|