提交 1d180bdb 编写于 作者: U unknown

视图过滤条件设置修改

上级 5643419f
......@@ -133,8 +133,6 @@ MWF.xApplication.query.ViewDesigner.widget.ViewFilter = new Class({
}
}
this.datatypeInput.addEvent("change");
MWF.require("MWF.widget.Calendar", function(){
this.calendar = new MWF.widget.Calendar(this.valueDatetimeInput, {
"style": "xform",
......@@ -1020,7 +1018,9 @@ MWF.xApplication.query.ViewDesigner.widget.ViewFilter = new Class({
break;
}
this.scriptData = data.code;
if (this.scriptArea && this.scriptArea.editor) this.scriptArea.editor.setValue(this.scriptData.code);
try{
if (this.scriptArea && this.scriptArea.editor) this.scriptArea.editor.setValue(this.scriptData.code);
}catch (e) {}
debugger;
if( data.type === "custom" ){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册