mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-09-06 14:46:44 +08:00
Update rb-page.js
This commit is contained in:
parent
ea320ccb01
commit
41dbda6cb4
1 changed files with 0 additions and 1 deletions
|
@ -1241,7 +1241,6 @@ var $select2MatcherAll = function (params, data) {
|
|||
|
||||
// 匹配
|
||||
function _FN(item, s) {
|
||||
console.log('_FN', item, s)
|
||||
s = s.toLowerCase()
|
||||
if ((item.text || '').toLowerCase().indexOf(s) > -1 || (item.id || '').toLowerCase().indexOf(s) > -1) return true
|
||||
// v4.2
|
||||
|
|
Loading…
Add table
Reference in a new issue