Authored by zhengyouwei

host

... ... @@ -106,6 +106,7 @@
//打开新增或修改页面
function editHostGroup(id, groupName) {
$("#hostGroupForm #messageAlert").hide();
if (id == 0) {//新增页面
$("input[name='editGroupId']").val(0);
$("input[name='editGroupName']").val();
... ...