|
@@ -814,11 +814,17 @@ let zTreeOprObj = {
|
|
|
me.currentNode.rptTpl["GROUP_KEY"] = grp_keys.join("_");
|
|
|
}
|
|
|
tplHelper.refreshTplView(me.currentNode.rptTpl);
|
|
|
+ if ($("#rpt_tpl_pre_handle_tab")[0].className === "nav-link p-1 active") {
|
|
|
+ setTimeout(function(){visualJumbo.iniSpreadJs(); visualJumbo.setupTpl()}, 50)
|
|
|
+ }
|
|
|
}, null, null
|
|
|
);
|
|
|
} else {
|
|
|
me.currentNode.rptTpl[JV.NODE_MAIN_INFO][JV.NODE_MAIN_INFO_RPT_NAME] = me.currentNode.name;
|
|
|
tplHelper.refreshTplView(me.currentNode.rptTpl);
|
|
|
+ if ($("#rpt_tpl_pre_handle_tab")[0].className === "nav-link p-1 active") {
|
|
|
+ setTimeout(function(){visualJumbo.iniSpreadJs(); visualJumbo.setupTpl()}, 50)
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|