|
@@ -908,13 +908,13 @@
|
|
|
buildStageSelection();
|
|
|
setupSignature();
|
|
|
zTreeOprObj.refreshNodes();
|
|
|
- //还有必要触发报表刷新!
|
|
|
- zTreeOprObj.onClick(null, null, zTreeOprObj.currentNode);
|
|
|
+ //还有必要触发报表刷新!???
|
|
|
+ // zTreeOprObj.onClick(null, null, zTreeOprObj.currentNode);
|
|
|
zTreeOprObj.countChkedRptTpl();
|
|
|
//console.log(ARCHIVE_LIST);
|
|
|
- if (zTreeOprObj.currentNode) {
|
|
|
- zTreeOprObj.treeObj.selectNode(zTreeOprObj.currentNode, false);
|
|
|
- }
|
|
|
+ // if (zTreeOprObj.currentNode) {
|
|
|
+ // zTreeOprObj.treeObj.selectNode(zTreeOprObj.currentNode, false);
|
|
|
+ // }
|
|
|
}, function(err){
|
|
|
$.bootstrapLoading.end();
|
|
|
}, function(ex){
|