|
@@ -578,6 +578,9 @@
|
|
|
zTreeOprObj.onClick(null, null, zTreeOprObj.currentNode);
|
|
|
zTreeOprObj.countChkedRptTpl();
|
|
|
//console.log(ARCHIVE_LIST);
|
|
|
+ if (zTreeOprObj.currentNode) {
|
|
|
+ zTreeOprObj.treeObj.selectNode(zTreeOprObj.currentNode, false);
|
|
|
+ }
|
|
|
}, function(err){
|
|
|
$.bootstrapLoading.end();
|
|
|
}, function(ex){
|