update public/assets/js/bootstrap-table-commonsearch.js.

Signed-off-by: 还俗二师兄 <505097558@qq.com>
pull/454/head
还俗二师兄 2023-08-25 16:00:05 +00:00 committed by Gitee
parent f6a74d9fa6
commit 92b443ed5e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
} else {
key = isArray ? value : key;
}
optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", , vObjCol.defaultValue && key == vObjCol.defaultValue ? 'selected' : ''));
optionList.push(sprintf("<option value='" + key + "' %s>" + value + "</option>", vObjCol.defaultValue && key == vObjCol.defaultValue ? 'selected' : ''));
});
return optionList;
};