【发布时间】:2018-06-28 09:34:44
【问题描述】:
这里我从一个数组中为单个对象过滤 Rec,它工作得很好,但我想要 2 它在多个记录上的过滤器
someval(value){
if(value.length>4){
this._pagedItems= this.allItems.find(e => e.uniqueid=value.toUpperCase() || e => e.uniqueid=value.toUpperCase() );
我在 || 遇到错误
【问题讨论】: