|
|
|
@@ -5,7 +5,7 @@ |
|
|
|
color: rgba(0, 0, 0, .87) !important |
|
|
|
} |
|
|
|
.menuContent{ |
|
|
|
background:rgb(255, 255, 255) |
|
|
|
background:#ffffff |
|
|
|
} |
|
|
|
</style> |
|
|
|
<link rel="stylesheet" href="/self/ztree/css/zTreeStyle/zTreeStyle.css" type="text/css"> |
|
|
|
@@ -279,7 +279,10 @@ |
|
|
|
nodes = zTree.getCheckedNodes(true), |
|
|
|
v = ""; |
|
|
|
for (var i=0, l=nodes.length; i<l; i++) { |
|
|
|
v += nodes[i].name + ","; |
|
|
|
if(nodes[i].isParent){ |
|
|
|
continue; |
|
|
|
} |
|
|
|
v += nodes[i].name + ";"; |
|
|
|
} |
|
|
|
if (v.length > 0 ) v = v.substring(0, v.length-1); |
|
|
|
var cityObj = $("#citySel"); |
|
|
|
|