|
|
@@ -1241,10 +1241,10 @@
|
|
|
getCheckedNodesRole: function(column) {
|
|
|
var _column = $.common.isEmpty(column) ? "id" : column;
|
|
|
var nodes = $._tree.getCheckedNodes(true);
|
|
|
- // console.log($._tree.getNodes()[0].getCheckStatus())
|
|
|
- // console.log(nodes)
|
|
|
+ console.log($._tree.getNodes()[0].getCheckStatus())
|
|
|
+ console.log(nodes)
|
|
|
return $.map(nodes, function (row) {
|
|
|
- if ($._tree.getNodes()[0].getCheckStatus().half==true && row.code=='A01'){
|
|
|
+ if ($._tree.getNodes()[0].getCheckStatus().half==true && row.code=='TUC'){
|
|
|
return
|
|
|
}else{
|
|
|
return row[_column];
|