[AppleScript] 纯文本查看 复制代码 var viewJson={"application":"收付借款","view":"借款列表","filter":[{"path":"txtApplicant.*.name","comparison":"equals","value":"张","formatType":"textValue"}]};
this.view.select(viewJson,function(json){
}
}.bind(this));
过滤条件不起作用,还是显示全部的列表
|