Compare commits

...

2 Commits

Author SHA1 Message Date
还俗二师兄 2fc96728cf
Pre Merge pull request !524 from 还俗二师兄/commonsearch 2026-04-26 02:53:24 +00:00
还俗二师兄 23919a8754
适配nameKey
适配nameKey

Signed-off-by: 还俗二师兄 <505097558@qq.com>
2026-04-26 02:53:22 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@
$.each(list, function (key, val) {
if (typeof val !== 'undefined' && val.constructor === Object) {
key = val.id;
val = val.name;
val = val[vObjCol.nameKey || 'name'];
} else {
key = isArray ? val : key;
}