This commit is contained in:
devezhao 2021-11-01 15:35:01 +08:00
parent a890c41dfc
commit a841267ed7

View file

@ -555,6 +555,7 @@ const RbListCommon = {
})
// via 过滤
const via = $urlp('via') || $urlp('via', location.hash)
if (via) {
wpc.protocolFilter = `via:${via}`
const $cleanVia = $(`<div class="badge filter-badge">${$L('当前数据已过滤')}<a class="close" title="${$L('查看全部数据')}">&times;</a></div>`).appendTo('.dataTables_filter')