提交 8c09e56e 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'hotfix/lp_route_error' into 'master'

流程监控意见位置bug修复

See merge request o2oa/o2oa!3716
......@@ -1110,6 +1110,7 @@ MWF.xApplication.process.ProcessDesigner.Route.Property = new Class({
show: function(){
if (!this.process.options.isView){
if (!this.propertyContent){
this.htmlString = o2.bindJson(this.htmlString, {"lp": o2.APPPD.LP.propertyTemplate});
this.propertyContent = new Element("div", {"styles": {"overflow": "hidden"}}).inject(this.process.propertyListNode);
this.process.panel.propertyTabPage.showTabIm();
this.JsonTemplate = new MWF.widget.JsonTemplate(this.data, this.htmlString);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册