// fastadmin 日期搜索去掉搜索记录
table.on('post-body.bs.table', function (e, settings, json, xhr) {
$('.datetimerange').each(function () {
$(this).attr('autocomplete', 'off');
})
});
// fastadmin 日期搜索去掉搜索记录
table.on('post-body.bs.table', function (e, settings, json, xhr) {
$('.datetimerange').each(function () {
$(this).attr('autocomplete', 'off');
})
});