Update rb-page.js

This commit is contained in:
RB 2025-09-01 21:19:37 +08:00
parent ea320ccb01
commit 41dbda6cb4

View file

@ -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