@@ -250,6 +250,7 @@ function userCheckEd() {
}
if(userIds==null){
$('#menuTree').treeview('uncheckAll', { silent: true });
+ return;
//先选中所有节点
$('#menuTree').treeview('checkAll', { silent: true });