提交 25e09cf3 编写于 作者: U unknown

修复页面报语言包错误的问题

上级 83ed14d4
......@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionDisplayer = new Class({
// this.path = "../x_component_process_FormDesigner/widget/$SectionDisplayer/";
// this.cssPath = "../x_component_process_FormDesigner/widget/$SectionDisplayer/"+this.options.style+"/css.wcss";
this.lp = this.app.lp.propertyTemplate;
if( !this.lp ){
o2.xDesktop.requireApp("process.FormDesigner", "lp."+o2.language, null, false);
this.lp = MWF.xApplication.process.FormDesigner.LP.propertyTemplate;
}
// this._loadCss();
},
......
......@@ -20,6 +20,10 @@ MWF.xApplication.process.FormDesigner.widget.SectionMerger = new Class({
// this.path = "../x_component_process_FormDesigner/widget/$SectionMerger/";
// this.cssPath = "../x_component_process_FormDesigner/widget/$SectionMerger/"+this.options.style+"/css.wcss";
this.lp = this.app.lp.propertyTemplate;
if( !this.lp ){
o2.xDesktop.requireApp("process.FormDesigner", "lp."+o2.language, null, false);
this.lp = MWF.xApplication.process.FormDesigner.LP.propertyTemplate;
}
// this._loadCss();
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册