提交 55717f77 编写于 作者: U unknown

查询增加视图功能

上级 caddcba6
......@@ -567,7 +567,7 @@ MWF.xApplication.query.Query.Statement.Item = new Class({
}
}
if( code && code.trim())obj = MWF.Macro.exec( code, {"value": obj, "data": this.data, "entry": c, "node" : td, "json" : c, "row" : this});
if( code && code.trim())obj = this.view.Macro.exec( code, {"value": obj, "data": this.data, "entry": c, "node" : td, "json" : c, "row" : this});
var toName = function (value) {
if(typeOf(value) === "array"){
......
......@@ -1169,7 +1169,7 @@ MWF.xApplication.query.StatementDesigner.View = new Class({
}
}
if( code && code.trim())obj = MWF.Macro.exec( code, {"value": obj, "data": line, "entry": c});
if( code && code.trim())obj = MWF.Macro.exec( code, { "target" : {"value": obj, "data": line, "entry": c} });
var toName = function (value) {
if(typeOf(value) === "array"){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册