From 963dc1f56c2b81f026b70671fa210052647e6848 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 21 Nov 2018 14:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=93=E6=89=91=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD=20=E4=BF=AE=E6=94=B9=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=88=96=E8=8A=82=E7=82=B9=E7=BB=84=E6=97=B6=E5=85=88?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=B1=BB=E5=9E=8B=E6=89=8D=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebRoot/page/systemManage/topoManage/topoManageIndex.jsp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/WebRoot/page/systemManage/topoManage/topoManageIndex.jsp b/WebRoot/page/systemManage/topoManage/topoManageIndex.jsp index f963248..b08fa95 100644 --- a/WebRoot/page/systemManage/topoManage/topoManageIndex.jsp +++ b/WebRoot/page/systemManage/topoManage/topoManageIndex.jsp @@ -66,6 +66,13 @@ }) function selectNodeAndNodeGroup(index) { + $('#chooseIndex').val(index); + var nodeType = $('input[name="topoNodeType'+index+'"]:checked').val(); + if(nodeType==1){ + $("#chooseType").val(1); + }else{ + $("#chooseType").val(0); + } var groupId = $('#nodeGroupId'+index).val();//选中节点组 var nodeId = $('#nodeId'+index).val();//选中ip var url = "<%=path%>/nodeGroupManage/nodeGroupManage!executeAction.do?action=toSelectNodeAndNodeGroup&type=topoManage&groupId="+groupId+"&nodeId="+nodeId; //转向网页的地址;