(1)修复排除ID 0=''
(2)notAllowSelectRoot参数用来处理select选中项 (3)app,基础协议,加密隧道行为处理,不得选择rootNode
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
for(var i=0; i<ids.length; i++) {
|
||||
var node = tree.getNodeByParam("id", (type==3?"u_":"")+ids[i]);
|
||||
//如果节点id与排除id相同,不被选中
|
||||
if(node.id!="${extId}"){
|
||||
if(node.id!=parseInt("${extId}")){
|
||||
if("${checked}" == "true"){
|
||||
try{tree.checkNode(node, true, true);}catch(e){}
|
||||
tree.selectNode(node, false);
|
||||
|
||||
Reference in New Issue
Block a user