|
@@ -863,6 +863,8 @@
|
|
|
for (const node of allNodes) {
|
|
|
if (node.ID === tplId) {
|
|
|
zTreeOprObj.treeObj.selectNode(node, false);
|
|
|
+ // 还有必要触发报表刷新!???
|
|
|
+ zTreeOprObj.onClick(null, null, node);
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
@@ -924,8 +926,6 @@
|
|
|
buildStageSelection();
|
|
|
setupSignature();
|
|
|
zTreeOprObj.refreshNodes();
|
|
|
- //还有必要触发报表刷新!???
|
|
|
- // zTreeOprObj.onClick(null, null, zTreeOprObj.currentNode);
|
|
|
zTreeOprObj.countChkedRptTpl();
|
|
|
selectPreRptTpl();
|
|
|
}, function(err){
|